From 2b23e864470fcd7ea29de7d96ff77ab969cf5b1c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 18 Mar 2000 05:44:21 +0000 Subject: [PATCH] Repair typos: EOF rule should be , likewise to --- src/interfaces/ecpg/preproc/pgc.l | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index 87ca300b13..bcc8e6430e 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -12,7 +12,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.54 2000/03/15 19:09:10 meskes Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.55 2000/03/18 05:44:21 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -319,7 +319,7 @@ cppline {space}*#(.*\\{line_end})*.* return ICONST; } -<> { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); } +<> { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); } {xqstart} { state_before = YYSTATE; @@ -355,7 +355,7 @@ cppline {space}*#(.*\\{line_end})*.* {xdinside} { addlit(yytext, yyleng); } -<> { mmerror(ET_ERROR, "Unterminated quoted identifier"); } +<> { mmerror(ET_ERROR, "Unterminated quoted identifier"); } {typecast} { return TYPECAST; } {self} { /* * We may find a ';' inside a structure