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 f139617 commit 50e4120Copy full SHA for 50e4120
src/interfaces/ecpg/preproc/pgc.l
@@ -67,7 +67,6 @@ work [wW][oO][rR][kK]
67
<SQL>{sqlerror} { dbg(SQL_SQLERROR); return SQL_SQLERROR; }
68
<SQL>{sqlprint} { dbg(SQL_SQLPRINT); return SQL_SQLPRINT; }
69
<SQL>{not}{ws}{found} { dbg(SQL_NOT_FOUND); return SQL_NOT_FOUND; }
70
-<SQL>{break} { dbg(SQL_BREAK); return SQL_BREAK; }
71
<SQL>{continue} { dbg(SQL_CONTINUE); return SQL_CONTINUE; }
72
<SQL>{into} { dbg(SQL_INTO); return SQL_INTO; }
73
<SQL>{goto} { dbg(SQL_GOTO); return SQL_GOTO; }
0 commit comments