From 47b21c600265c30f679861f8c460784530f52354 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 26 Dec 2003 19:58:13 +0000 Subject: Fixed GC and some related problems. --- PE/compil.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PE/compil.lex') 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 @@ "\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); -- cgit v1.2.3