diff options
Diffstat (limited to 'games/hack/def.wseg.h')
-rw-r--r-- | games/hack/def.wseg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/def.wseg.h b/games/hack/def.wseg.h index 0a2af77..8b52277 100644 --- a/games/hack/def.wseg.h +++ b/games/hack/def.wseg.h @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* def.wseg.h - version 1.0.2 */ +/* $FreeBSD$ */ #ifndef NOWORM /* worm structure */ @@ -10,4 +11,4 @@ struct wseg { }; #define newseg() (struct wseg *) alloc(sizeof(struct wseg)) -#endif NOWORM +#endif /* NOWORM */ |