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

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-03-10 06:48:46 +00:00
parent bbae7a9881
commit 37ae1c0467
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ extern int braces_open,
extern char *descriptor_index;
extern char *descriptor_name;
extern char *connection;
extern char *input_filename;;
extern char *input_filename;
extern char *yytext, errortext[128];
extern int yylineno, yyleng;
extern FILE *yyin, *yyout;