summaryrefslogtreecommitdiff
path: root/compil.lex
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2012-10-28 23:53:12 -0700
committerPixel <pixel@nobis-crew.org>2012-10-28 23:53:12 -0700
commit6c1e07f91277d4ec5e2677707d96d1fd2641753c (patch)
treed07b3333b09a1de827c05c00684155e56206b63b /compil.lex
parent0fbf22d5fe5b7e07377ee9f133ab812e1a1fbdac (diff)
Removing useless check.
Diffstat (limited to 'compil.lex')
-rw-r--r--compil.lex6
1 files changed, 0 insertions, 6 deletions
diff --git a/compil.lex b/compil.lex
index b8cf4f0..960cab9 100644
--- a/compil.lex
+++ b/compil.lex
@@ -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;