From c0b2f6463fd7464ce6fe4d9dc67f37e61bface11 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 3 Jun 2000 16:56:00 +0000 Subject: cf_symbol_class_name now recognizes SYM_IPA. --- conf/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/conf.h') 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 -- cgit v1.2.3