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

Some pedantic compile syntax errors to fix with the following patch

for today's snapshot

Andreas
This commit is contained in:
Bruce Momjian
2000-07-27 19:49:24 +00:00
parent e3b4400667
commit 56c754a555
4 changed files with 9 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.3 2000/06/04 01:44:34 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.4 2000/07/27 19:49:18 momjian Exp $
*/
%{
@@ -33,7 +33,7 @@ enum {
GUC_REAL = 4,
GUC_EQUALS = 5,
GUC_EOL = 99,
GUC_ERROR = 100,
GUC_ERROR = 100
};
#if defined(yywrap)