We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf45bff commit 08d7e1cCopy full SHA for 08d7e1c
src/interfaces/ecpg/preproc/pgc.l
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.107 2003/05/01 17:16:57 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.108 2003/05/19 07:19:57 meskes Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -905,7 +905,7 @@ cppline {space}*#(.*\\{space})+.*
905
906
<xskip>{other} { /* ignore */ }
907
908
-<xcond>{identifier}{space}*";" {
+<xcond>{identifier}{space}* {
909
if ( preproc_tos >= MAX_NESTED_IF-1 ) {
910
mmerror(PARSE_ERROR, ET_FATAL, "Too many nested 'EXEC SQL IFDEF' conditions");
911
}
0 commit comments