X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/154af5b3783df5a53759b700db95b88a1e9365ab..86d4727e727a55648196205cff450c96569ec4a6:/src/lexer.l diff --git a/src/lexer.l b/src/lexer.l index 3e57e8a..d33965d 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -660,7 +660,7 @@ flags { return FLAGS; } p = strchr (yytext,'p'); g_assert (p); /* we MUST have found it */ sscanf (p, "prealloc %d", &t); - prealloc=t; + npreallocs=t; } %%