Switch from 'int' to 'bool' where that makes sense.

This commit is contained in:
Paul Eggert
2003-05-24 19:16:02 +00:00
parent 637fa3f83e
commit d08290769c
25 changed files with 376 additions and 295 deletions

View File

@@ -72,6 +72,6 @@ void free_merger_functions (void);
extern merger_list *merge_functions;
extern int typed;
extern bool typed;
#endif /* !READER_H_ */