Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b23e86

Browse files
committed
Repair typos: <xb> EOF rule should be <xh>, likewise <xq> to <xd>
1 parent1511534 commit2b23e86

File tree

1 file changed

+3
-3
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+3
-3
lines changed

‎src/interfaces/ecpg/preproc/pgc.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* 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 $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -319,7 +319,7 @@ cppline{space}*#(.*\\{line_end})*.*
319319
return ICONST;
320320
}
321321

322-
<xb><<EOF>>{mmerror(ET_ERROR,"Unterminated hexadecimal integer"); }
322+
<xh><<EOF>>{mmerror(ET_ERROR,"Unterminated hexadecimal integer"); }
323323

324324
{xqstart}{
325325
state_before = YYSTATE;
@@ -355,7 +355,7 @@ cppline{space}*#(.*\\{line_end})*.*
355355
<xd>{xdinside}{
356356
addlit(yytext, yyleng);
357357
}
358-
<xq><<EOF>> {mmerror(ET_ERROR,"Unterminated quoted identifier"); }
358+
<xd><<EOF>> {mmerror(ET_ERROR,"Unterminated quoted identifier"); }
359359
<SQL>{typecast}{return TYPECAST; }
360360
<SQL>{self}{/*
361361
* We may find a ';' inside a structure

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp