diff options
author | Pixel <pixel@nobis-crew.org> | 2012-10-28 23:53:12 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-10-28 23:53:12 -0700 |
commit | 6c1e07f91277d4ec5e2677707d96d1fd2641753c (patch) | |
tree | d07b3333b09a1de827c05c00684155e56206b63b /compil.lex | |
parent | 0fbf22d5fe5b7e07377ee9f133ab812e1a1fbdac (diff) |
Removing useless check.
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; |