X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d33cb3ae09c2bed6df2ef950f5aa14ceba428d8b..ccdb39e0a6f95cb4a3f19c08885a7c421cdebedb:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index 7ad63333..61bd4017 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -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. */