2 * Copyright 1998 Bertho A. Stultiens (BS)
4 * Shared things between parser.l and parser.y and some others
12 extern int want_nl; /* Set when getting line-numers */
13 extern int want_id; /* Set when getting the resource name */
20 extern int yy_flex_debug;
23 void set_pp_ignore(int state);
24 void strip_til_semicolon(void);
25 void strip_til_parenthesis(void);