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:
13
src/interfaces/ecpg/preproc/extern.h
Normal file
13
src/interfaces/ecpg/preproc/extern.h
Normal 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);
|
Reference in New Issue
Block a user