1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +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

@@ -29,7 +29,7 @@ static ScanKeyword ScanKeywords[] = {
{"enum", SQL_ENUM},
{"extern", S_EXTERN},
{"float", FLOAT},
{"int", SQL_INT},
{"int", INT},
{"long", SQL_LONG},
{"register", S_REGISTER},
{"short", SQL_SHORT},