projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7bfdb
)
Removed debug output.
author
Michael Meskes
<
[email protected]
>
Mon, 1 Jul 2002 15:01:37 +0000
(15:01 +0000)
committer
Michael Meskes
<
[email protected]
>
Mon, 1 Jul 2002 15:01:37 +0000
(15:01 +0000)
src/interfaces/ecpg/preproc/pgc.l
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/pgc.l
b/src/interfaces/ecpg/preproc/pgc.l
index eeffe686368c9e013a3f7826ec1e1de39b38e5ad..9813b73792564b67eefd0261c21a1cfcdf1b9c4d 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-12,7
+12,7
@@
*
*
* IDENTIFICATION
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@
-372,7
+372,6
@@
cppline {space}*#(.*\\{space})*.*
<xq>{xqstop} {
BEGIN(state_before);
yylval.str = mm_strdup(literalbuf);
- printf("MM: %s\n", yylval.str);
return SCONST;
}
<xq>{xqdouble} { addlitchar('\''); }