Skip to content

Commit 08d7e1c

Browse files
author
Michael Meskes
committed
Fixed exec sql ifdef command.
1 parent bf45bff commit 08d7e1c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 2 additions & 2 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.107 2003/05/01 17:16:57 meskes Exp $
15+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.108 2003/05/19 07:19:57 meskes Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -905,7 +905,7 @@ cppline {space}*#(.*\\{space})+.*
905905

906906
<xskip>{other} { /* ignore */ }
907907

908-
<xcond>{identifier}{space}*";" {
908+
<xcond>{identifier}{space}* {
909909
if ( preproc_tos >= MAX_NESTED_IF-1 ) {
910910
mmerror(PARSE_ERROR, ET_FATAL, "Too many nested 'EXEC SQL IFDEF' conditions");
911911
}

0 commit comments

Comments
 (0)