diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:16:36 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:16:36 +0000 |
| commit | 02ded53222c7a2429d64b5aa8056a5e096ae9c6e (patch) | |
| tree | 9abdef1327ff48970c5cfc3f4e7f1acec81ab30a /games/hack/hack.eat.c | |
| parent | 53d05dab0d37b742d15efc3a86953f5ca3151d4d (diff) | |
alloc.c
Diffstat (limited to 'games/hack/hack.eat.c')
| -rw-r--r-- | games/hack/hack.eat.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c index f1a767779af..94a25b558ad 100644 --- a/games/hack/hack.eat.c +++ b/games/hack/hack.eat.c @@ -1,5 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* hack.eat.c - version 1.0.3 */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ + +#ifndef lint +static char rcsid[] = "$Id: hack.eat.c,v 1.2 1993/08/02 17:17:08 mycroft Exp $"; +#endif /* not lint */ #include "hack.h" char POISONOUS[] = "ADKSVabhks"; |
