]> git.sur5r.net Git - cc65/blobdiff - include/plus4.h
New target c16
[cc65] / include / plus4.h
index d3dd8bedaebdca640eed56068213cf327f4d794c..592021ccf9d612e71a6fe25b76e38f2e1f413196 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2001 Ullrich von Bassewitz                                       */
+/* (C) 1998-2002 Ullrich von Bassewitz                                       */
 /*               Wacholderweg 14                                             */
 /*               D-70597 Stuttgart                                           */
 /* EMail:        uz@musoftware.de                                            */
@@ -39,8 +39,8 @@
 
 
 /* Check for errors */
-#if !defined(__PLUS4__)
-#  error This module may only be used when compiling for the Plus/4!
+#if !defined(__PLUS4__) && !defined(__C16__)
+#  error This module may only be used when compiling for the Plus/4 or C16!
 #endif