From 8fb251c65d1fafb6b4221215966c586aad8d8a9c Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 12 Aug 2021 09:21:06 -0400 Subject: [PATCH] comment correction in defsym.h --- include/defsym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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