Skip to content
Snippets Groups Projects
Commit b6d5fce9 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Add missing extern.h file

parent b7c0d484
No related branches found
No related tags found
No related merge requests found
/* 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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment