|
12 | 12 | *
|
13 | 13 | *
|
14 | 14 | * IDENTIFICATION
|
15 |
| - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.54 2000/03/15 19:09:10 meskes Exp $ |
| 15 | + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.55 2000/03/18 05:44:21 tgl Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -319,7 +319,7 @@ cppline{space}*#(.*\\{line_end})*.*
|
319 | 319 | return ICONST;
|
320 | 320 | }
|
321 | 321 |
|
322 |
| -<xb><<EOF>>{mmerror(ET_ERROR,"Unterminated hexadecimal integer"); } |
| 322 | +<xh><<EOF>>{mmerror(ET_ERROR,"Unterminated hexadecimal integer"); } |
323 | 323 |
|
324 | 324 | {xqstart}{
|
325 | 325 | state_before = YYSTATE;
|
@@ -355,7 +355,7 @@ cppline{space}*#(.*\\{line_end})*.*
|
355 | 355 | <xd>{xdinside}{
|
356 | 356 | addlit(yytext, yyleng);
|
357 | 357 | }
|
358 |
| -<xq><<EOF>> {mmerror(ET_ERROR,"Unterminated quoted identifier"); } |
| 358 | +<xd><<EOF>> {mmerror(ET_ERROR,"Unterminated quoted identifier"); } |
359 | 359 | <SQL>{typecast}{return TYPECAST; }
|
360 | 360 | <SQL>{self}{/*
|
361 | 361 | * We may find a ';' inside a structure
|
|