]> git.sur5r.net Git - cc65/blobdiff - samples/plasma.c
Fixed an error in the special purpose allocator in expr.c.
[cc65] / samples / plasma.c
index 37514ecd40996feb6bc03d2015d4966c39033e6a..cf0d911f54a96bdb6136675f8ea089d4d8026c7f 100644 (file)
@@ -50,7 +50,7 @@
 
 
 /* Use static local variables for speed */
-#pragma staticlocals (1); 
+#pragma static-locals (1);