]> git.sur5r.net Git - cc65/blobdiff - samples/sieve.c
Fixed an error in the special purpose allocator in expr.c.
[cc65] / samples / sieve.c
index ada8a37b1cec80515c89253f6981f8afdf016fa0..a82e972c9d1620a6578ea91b8b380784e3bb2968 100644 (file)
@@ -38,7 +38,7 @@ static unsigned char Sieve[COUNT];
 
 
 
-#pragma staticlocals(1);
+#pragma static-locals(1);