]> git.sur5r.net Git - cc65/blobdiff - include/cbm264.h
Added a missing -O configuration.
[cc65] / include / cbm264.h
index 9ede10f4776472f4bb36892b1f7b9a2f55210181..ff7468d307253668c329cb3f4b86fc3d5908c9a4 100644 (file)
@@ -39,7 +39,7 @@
 
 
 /* Check for errors */
-#if !defined(__PLUS4__) && !defined(__C16__)
+#if !defined(__C16__)
 #  error This module may only be used when compiling for the Plus/4 or C16!
 #endif