diff options
Diffstat (limited to 'src/code.l')
-rw-r--r-- | src/code.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -240,6 +240,7 @@ static void endCodeLine() */ static void codifyLines(char *text) { + //printf("codifyLines(%d,\"%s\")\n",g_yyLineNr,text); char *p=text,*sp=p; char c; bool done=FALSE; |