1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

From: Michael Meskes <meskes@topsystem.de>

+Wed May 20 10:46:48 CEST 1998
+
+       - Fixed handling of preprocessor directives and variable
+         initialization.
+       - Added enum datatype.
        - Set version to 2.3.2
This commit is contained in:
Marc G. Fournier
1998-05-26 13:43:55 +00:00
parent b15b768bfa
commit c31a80faf0
9 changed files with 95 additions and 44 deletions

View File

@@ -27,6 +27,7 @@ static ScanKeyword ScanKeywords[] = {
{"char", S_CHAR},
{"const", S_CONST},
{"double", S_DOUBLE},
{"enum", S_ENUM},
{"extern", S_EXTERN},
{"float", S_FLOAT},
{"int", S_INT},