reset firstFree when resetting macros
authorroot <devnull@localhost>
Tue, 1 Apr 1997 20:59:33 +0000 (20:59 +0000)
committerroot <devnull@localhost>
Tue, 1 Apr 1997 20:59:33 +0000 (20:59 +0000)
CVS patchset: 1521
CVS date: 1997/04/01 20:59:33

build/macro.c

index f080920..4167088 100644 (file)
@@ -239,6 +239,7 @@ void resetMacros(void)
        free(macroTable[i].name);
        free(macroTable[i].expansion);
     }
+    firstFree = 0;
 }
 
 void addMacro(char *name, char *expansion)