diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/pgc.l')
| -rw-r--r-- | src/interfaces/ecpg/preproc/pgc.l | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index c9f0cd459b..6ac025c0fe 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -180,14 +180,11 @@ sql [sS][qQ][lL] <xc>{xcstar} { /* ignore */ } {xcstart} { - fprintf(stderr,"ys = %d %d\n", YYSTATE, before_comment); before_comment = YYSTATE; BEGIN(xc); - fprintf(stderr,"ys = %d %d\n", YYSTATE, -before_comment); } -<xc>{xcstop} { fprintf(stderr,"ys = %d %d\n", YYSTATE, before_comment);BEGIN(before_comment); } +<xc>{xcstop} { BEGIN(before_comment); } <xc>{xcinside} { /* ignore */ } |
