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

- Fixed some parser bugs.

- Removed some simple rules to work arounf bison limit for now.
        - Update c_keywords.c to reflect changes in keywords.c.
This commit is contained in:
Michael Meskes
2002-05-20 09:29:41 +00:00
parent 0d7c58a977
commit 7f660adeb1
5 changed files with 81 additions and 101 deletions

View File

@ -18,7 +18,7 @@ extern char *descriptor_index;
extern char *descriptor_name;
extern char *connection;
extern char *input_filename;
extern char *yytext,
extern char *yytext, *token_start,
errortext[128];
#ifdef YYDEBUG