diff options
Diffstat (limited to 'compil.lex')
-rw-r--r-- | compil.lex | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -176,12 +176,6 @@ BEGIN(E); } -<I>"abcdef<"[^\>\n]*"/>" { - yytext[strlen(yytext) - 2] = 0; - fprintf(stderr, "Error: Invalid command: '%s'\n", yytext + 1); - errstate = 1; - } - <I>. { if (*yytext == '<') { in_unknown_tag = 1; |