Repair typos: EOF rule should be , likewise to
authorTom Lane
Sat, 18 Mar 2000 05:44:21 +0000 (05:44 +0000)
committerTom Lane
Sat, 18 Mar 2000 05:44:21 +0000 (05:44 +0000)
src/interfaces/ecpg/preproc/pgc.l

index 87ca300b1341fd8e2d18c0ee5cb91d4232471fe4..bcc8e6430e201c6c1829dc4893f6df9214ae375b 100644 (file)
@@ -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;
                }
 
-b><>            { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); }
+h><>        { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); }
 
 {xqstart}          {
                    state_before = YYSTATE;
@@ -355,7 +355,7 @@ cppline         {space}*#(.*\\{line_end})*.*
 {xdinside}         {
                    addlit(yytext, yyleng);
                }
-q><>                { mmerror(ET_ERROR, "Unterminated quoted identifier"); }
+d><>                { mmerror(ET_ERROR, "Unterminated quoted identifier"); }
 {typecast}            {   return TYPECAST; }
 {self}            { /* 
                   * We may find a ';' inside a structure