diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-08-06 22:59:14 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-08-06 22:59:14 +0000 |
commit | fd84030e113cfc21538f46f52601e75d11d7cd46 (patch) | |
tree | fbb40ee2d238fafdbc28bc69fc3a2c9946ac7f2b /games/hack/hack.Decl.c | |
parent | ae0bab4889690c7680ac2b500763a7cadd471d12 (diff) |
Nothing but comments after #endif and #else; heko@iki.fi
Diffstat (limited to 'games/hack/hack.Decl.c')
-rw-r--r-- | games/hack/hack.Decl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.Decl.c b/games/hack/hack.Decl.c index 530fffdbe16..3fca91941af 100644 --- a/games/hack/hack.Decl.c +++ b/games/hack/hack.Decl.c @@ -1,11 +1,11 @@ -/* $OpenBSD: hack.Decl.c,v 1.2 2001/01/28 23:41:43 niklas Exp $ */ +/* $OpenBSD: hack.Decl.c,v 1.3 2001/08/06 22:59:13 pjanzen Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$OpenBSD: hack.Decl.c,v 1.2 2001/01/28 23:41:43 niklas Exp $"; +static char rcsid[] = "$OpenBSD: hack.Decl.c,v 1.3 2001/08/06 22:59:13 pjanzen Exp $"; #endif /* not lint */ #include "hack.h" @@ -20,7 +20,7 @@ struct rm levl[COLNO][ROWNO]; /* level map */ #include "def.mkroom.h" struct mkroom rooms[MAXNROFROOMS+1]; coord doors[DOORMAX]; -#endif QUEST +#endif /* QUEST */ struct monst *fmon = 0; struct trap *ftrap = 0; struct gold *fgold = 0; |