diff options
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index b8bfd94..24e3217 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -81,6 +81,7 @@ struct symbol { char name[1]; }; +/* Remember to update cf_symbol_class_name() */ #define SYM_VOID 0 #define SYM_PROTO 1 #define SYM_NUMBER 2 |