summaryrefslogtreecommitdiff
path: root/compil.lex
diff options
context:
space:
mode:
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;