summaryrefslogtreecommitdiff
path: root/PE/compil.lex
diff options
context:
space:
mode:
Diffstat (limited to 'PE/compil.lex')
-rw-r--r--PE/compil.lex1
1 files changed, 1 insertions, 0 deletions
diff --git a/PE/compil.lex b/PE/compil.lex
index 8d15631..f4e05b4 100644
--- a/PE/compil.lex
+++ b/PE/compil.lex
@@ -89,6 +89,7 @@
if (table[i] == *yytext) {
trouve = 1;
yputc(i);
+ break;
}
}