]> git.draconx.ca Git - gob-dx.git/blobdiff - src/lexer.l
Rename "prealloc" global variable.
[gob-dx.git] / src / lexer.l
index 3e57e8ab3ca1a3701d9c7a2a20ff9ea65e7d2d41..d33965db2119190c474205bc44ddaafbb210bff8 100644 (file)
@@ -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;
                }
 
 %%