diff options
Diffstat (limited to 'hack/hack.save.c')
| -rw-r--r-- | hack/hack.save.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hack/hack.save.c b/hack/hack.save.c index fe09e1e7..7aae72d2 100644 --- a/hack/hack.save.c +++ b/hack/hack.save.c @@ -1,5 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* hack.save.c - version 1.0.3 */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ + +#ifndef lint +static char rcsid[] = "$Id: hack.save.c,v 1.2 1993/08/02 17:19:21 mycroft Exp $"; +#endif /* not lint */ #include "hack.h" extern char genocided[60]; /* defined in Decl.c */ |
