Use C99-style bool instead of our own style.

(comment change only)
This commit is contained in:
Paul Eggert
2002-10-22 04:45:51 +00:00
parent b4afb6bbe5
commit 738c69de37
2 changed files with 3 additions and 3 deletions

View 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. */