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 fc7bfdb commit 090dbb1Copy full SHA for 090dbb1
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.94.2.1 2002/07/01 07:10:10 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.2 2002/07/01 15:01:37 meskes Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -372,7 +372,6 @@ cppline {space}*#(.*\\{space})*.*
372
<xq>{xqstop} {
373
BEGIN(state_before);
374
yylval.str = mm_strdup(literalbuf);
375
- printf("MM: %s\n", yylval.str);
376
return SCONST;
377
}
378
<xq>{xqdouble} { addlitchar('\''); }
0 commit comments