1
0
mirror of synced 2026-02-02 15:10:45 +00:00

now use C99 stdint.h and stdbool.h

This commit is contained in:
Eric Smith
2002-08-26 06:03:55 +00:00
parent e1ff187bde
commit be4804020a
13 changed files with 124 additions and 124 deletions

View File

@@ -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);