1
0
mirror of synced 2026-04-28 12:57:37 +00:00

handle input and output files properly.

This commit is contained in:
Eric Smith
2002-01-01 03:44:40 +00:00
parent 504bb094cf
commit 15a0a3d8ea
6 changed files with 263 additions and 107 deletions

View File

@@ -46,9 +46,6 @@ extern int line; /* line number in spec file */
extern int bookmark_level;
boolean parse_spec_file (char *fn);
/* semantic routines for input statements */
void input_push_context (void);
void input_pop_context (void);
@@ -64,3 +61,8 @@ void output_set_file (char *name);
void output_set_bookmark (char *name);
void output_set_page_label (page_label_t label);
void output_pages (range_t range);
/* functions to be called from main program: */
boolean parse_spec_file (char *fn);
boolean process_specs (void);