Changeset 5522 for trunk/tools/wrc/parser.h
- Timestamp:
- Apr 16, 2001, 7:11:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/parser.h
r3426 r5522 10 10 /* From parser.y */ 11 11 extern int yydebug; 12 extern int indialog; /* Set when parsing dialogs */13 extern int want_ rscname; /* Set when a resource's name is required*/12 extern int want_nl; /* Set when getting line-numers */ 13 extern int want_id; /* Set when getting the resource name */ 14 14 15 15 int yyparse(void); 16 void split_icons(raw_data_t *rd, icon_group_t *icog, int *nico);17 void split_cursors(raw_data_t *rd, cursor_group_t *curg, int *ncur);18 16 19 17 /* From parser.l */ 20 18 extern FILE *yyin; 21 19 extern char *yytext; 22 extern int line_number; 23 extern int char_number; 20 extern int yy_flex_debug; 24 21 25 22 int yylex(void); 26 void set_yywf(void);27 23 void set_pp_ignore(int state); 28 void push_to(int start);29 void pop_start(void);30 void strip_extern(void);31 24 void strip_til_semicolon(void); 32 25 void strip_til_parenthesis(void);
Note:
See TracChangeset
for help on using the changeset viewer.