Commit b6d5fce9 authored by Marc G. Fournier's avatar Marc G. Fournier

Add missing extern.h file

parent b7c0d484
/* 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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment