From: nhmall Date: Thu, 12 Aug 2021 13:21:06 +0000 (-0400) Subject: comment correction in defsym.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fb251c65d1fafb6b4221215966c586aad8d8a9c;p=nethack comment correction in defsym.h --- diff --git a/include/defsym.h b/include/defsym.h index 8854227eb..63a5f406f 100644 --- a/include/defsym.h +++ b/include/defsym.h @@ -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