summaryrefslogtreecommitdiff
path: root/PE
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-26 19:58:13 +0000
committerpixel <pixel>2003-12-26 19:58:13 +0000
commit47b21c600265c30f679861f8c460784530f52354 (patch)
treead0c9261b2cfd7d6601dcc91310689ed8c9cf103 /PE
parent6ad8619941b8eb79d7ad1d7fe1cf75012fb870d0 (diff)
Fixed GC and some related problems.
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);