aboutsummaryrefslogtreecommitdiff
path: root/games/hack/alloc.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-05-23 00:38:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-05-23 00:38:07 +0000
commit656511fbfab9430279fe6a8309aa64970e3a30e1 (patch)
treef1a45d72dce61b7b2a2e4fab1552ab7912563e61 /games/hack/alloc.c
parent4de1678702c5fb851ea24c5c62a198c5ac81471b (diff)
downloadsrc-656511fbfab9430279fe6a8309aa64970e3a30e1.tar.gz
src-656511fbfab9430279fe6a8309aa64970e3a30e1.zip
Comment out extra tokens after #else and #endif.
Notes
Notes: svn path=/head/; revision=97153
Diffstat (limited to 'games/hack/alloc.c')
-rw-r--r--games/hack/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/alloc.c b/games/hack/alloc.c
index 94512653e8cd..13379f6408a6 100644
--- a/games/hack/alloc.c
+++ b/games/hack/alloc.c
@@ -45,4 +45,4 @@ unsigned lth;
return((long *) nptr);
}
-#endif LINT
+#endif /* LINT */