summaryrefslogtreecommitdiff
path: root/PE
diff options
context:
space:
mode:
Diffstat (limited to 'PE')
-rw-r--r--PE/compil.lex2
1 files changed, 1 insertions, 1 deletions
diff --git a/PE/compil.lex b/PE/compil.lex
index bc6614d..8d15631 100644
--- a/PE/compil.lex
+++ b/PE/compil.lex
@@ -10,9 +10,9 @@
"<NBPTS "[[:digit:]]+">\n" {
int i;
+ int z = 0;
nbpts = atoi(yytext + 7);
fprintf(stderr, "nbpts = %i\n", nbpts);
- unsigned short int z = 0;
fwrite(&nbpts, 2, 1, yyout);