now use C99 stdint.h and stdbool.h
This commit is contained in:
@@ -72,5 +72,5 @@ void output_pages (range_t range);
|
||||
|
||||
|
||||
/* functions to be called from main program: */
|
||||
boolean parse_spec_file (char *fn);
|
||||
boolean process_specs (void);
|
||||
bool parse_spec_file (char *fn);
|
||||
bool process_specs (void);
|
||||
|
||||
Reference in New Issue
Block a user