]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
Add src/system.h; this isn't really needed, but it keeps "make update"
[bison.git] / src / symtab.h
index 7ad6333330f2e17e7620831e747e2a5fbc7aa5d1..61bd4017904b59ede7d50ca0401523281b075ee3 100644 (file)
@@ -143,8 +143,8 @@ void symbols_new (void);
 /* A function to apply to each symbol. */
 typedef bool (*symbol_processor) (symbol_t *);
 
-/* Apply PROCESSOR to all the symbols.  PROCESSOR must return TRUE: on
-   FALSE, the processing stops.  */
+/* Apply PROCESSOR to all the symbols.  PROCESSOR must return true: on
+   false, the processing stops.  */
 void symbols_do (symbol_processor processor, void *processor_data);
 
 /* Free all the memory allocated for symbols.  */