mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user