]> git.sur5r.net Git - cc65/blobdiff - samples/sieve.c
Fixed a bug: The floppies do not like ,R (for read mode) when opening the
[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);