diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-12-22 18:50:56 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-12-22 18:50:56 +0000 |
commit | e237194b728bc99291704cd49853fd651e22954b (patch) | |
tree | 9a662e42968fb10f9007c5a079003bacee95a6af /src/interfaces/ecpg/preproc/ecpg.c | |
parent | d7171601a351fffacfadc9d4120388875dddf17a (diff) | |
download | postgresql-e237194b728bc99291704cd49853fd651e22954b.tar.gz postgresql-e237194b728bc99291704cd49853fd651e22954b.zip |
From: Michael Meskes <Michael.Meskes@usa.net>
+
+Wed Dec 9 11:24:54 MEZ 1998
+
+ - Synced preproc.y with gram.y and the keywords.c files to add CASE
+ statement.
+
+Tue Dec 22 14:16:11 CET 1998
+
+ - Synced preproc.y with gram.y for locking statements.
+ - Set version to 2.4.5
Diffstat (limited to 'src/interfaces/ecpg/preproc/ecpg.c')
-rw-r--r-- | src/interfaces/ecpg/preproc/ecpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/ecpg.c b/src/interfaces/ecpg/preproc/ecpg.c index 6c07e303ec2..16cddc77b76 100644 --- a/src/interfaces/ecpg/preproc/ecpg.c +++ b/src/interfaces/ecpg/preproc/ecpg.c @@ -181,7 +181,7 @@ main(int argc, char *const argv[]) /* initialize lex */ lex_init(); - /* we need two includes and a constant */ + /* we need two includes */ fprintf(yyout, "/* Processed by ecpg (%d.%d.%d) */\n/* These two include files are added by the preprocessor */\n#include <ecpgtype.h>\n#include <ecpglib.h>\n\n", MAJOR_VERSION, MINOR_VERSION, PATCHLEVEL); /* and parse the source */ |