diff options
| author | pixel <pixel> | 2003-12-26 19:58:13 +0000 |
|---|---|---|
| committer | pixel <pixel> | 2003-12-26 19:58:13 +0000 |
| commit | 47b21c600265c30f679861f8c460784530f52354 (patch) | |
| tree | ad0c9261b2cfd7d6601dcc91310689ed8c9cf103 /PE | |
| parent | 6ad8619941b8eb79d7ad1d7fe1cf75012fb870d0 (diff) | |
Fixed GC and some related problems.
Diffstat (limited to 'PE')
| -rw-r--r-- | PE/compil.lex | 2 |
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); |
