Add missing extern.h file

This commit is contained in:
Marc G. Fournier 1998-02-13 13:15:23 +00:00
parent b7c0d48423
commit b6d5fce951
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/* variables */
extern int debugging, braces_open;
extern char * yytext;
extern int yylineno, yyleng;
extern FILE *yyin, *yyout;
/* functions */
extern void lex_init(void);
extern char * input_filename;
extern int yyparse(void);