]> granicus.if.org Git - nethack/commitdiff
comment correction in defsym.h
authornhmall <nhmall@nethack.org>
Thu, 12 Aug 2021 13:21:06 +0000 (09:21 -0400)
committernhmall <nhmall@nethack.org>
Thu, 12 Aug 2021 13:21:06 +0000 (09:21 -0400)
include/defsym.h

index 8854227eb214217db1ad25cc5bb64f0c17b22f97..63a5f406fb89156d69e750f9e9839b78598851fe 100644 (file)
@@ -12,7 +12,7 @@
     The morphing macro expansions are used in these places:
   - in include/sym.h for enums of some S_ symbol values
     (define PCHAR_ENUM, MONSYMS_ENUM prior to #include defsym.h)
-  - in include/objclass.h for enums of some S_ symbol values
+  - in include/objclass.h for enums of some *_CLASS values
     (define OBJCLASS_ENUM prior to #include defsym.h)
   - in src/symbols.c for parsing S_ entries in config files
     (define PCHAR_PARSE, MONSYMS_PARSE, OBJCLASS_PARSE prior