summaryrefslogtreecommitdiffstats
path: root/hack/def.monst.h
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>2001-01-16 02:50:27 +0000
committercgd <cgd@NetBSD.org>2001-01-16 02:50:27 +0000
commitbf73580a4a388748a773b8bbd0b6b06bcbf390d8 (patch)
tree2a1e3ba62afc13af4022eef531ee4a35f25a4267 /hack/def.monst.h
parent20527b9cee44c67025053db6f9949df9a3d8f630 (diff)
downloadbsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.tar.gz
bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.tar.zst
bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.zip
comment or delete text after CPP directives.
Diffstat (limited to 'hack/def.monst.h')
-rw-r--r--hack/def.monst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/def.monst.h b/hack/def.monst.h
index cc49287c..4d3ca91f 100644
--- a/hack/def.monst.h
+++ b/hack/def.monst.h
@@ -1,4 +1,4 @@
-/* $NetBSD: def.monst.h,v 1.4 1997/10/19 16:57:07 christos Exp $ */
+/* $NetBSD: def.monst.h,v 1.5 2001/01/16 02:50:28 cgd Exp $ */
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
@@ -38,7 +38,7 @@ struct monst {
Bitfield(mnamelth,6); /* length of name (following mxlth) */
#ifndef NOWORM
Bitfield(wormno,5); /* at most 31 worms on any level */
-#endif NOWORM
+#endif /* NOWORM */
unsigned mtrapseen; /* bitmap of traps we've been trapped in */
long mlstmv; /* prevent two moves at once */
struct obj *minvent;