1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

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);