]> git.sur5r.net Git - cc65/blobdiff - src/ca65/condasm.c
New module strstack
[cc65] / src / ca65 / condasm.c
index 5b2bf8ef09e42dbd728547977d640aa44e0c5292..b092b79720fdfbb604aa648fb361bfc42cfdd4b9 100644 (file)
@@ -122,7 +122,7 @@ static IfDesc* GetCurrentIf (void)
 static void FreeIf (void)
 /* Free all .IF descriptors until we reach one with the NeedTerm bit set */
 {
-    int Done = 0;
+    int Done;
     do {
                IfDesc* D = GetCurrentIf();
                if (D == 0) {