]> git.sur5r.net Git - cc65/commitdiff
rename backwards compatibility define
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2004 19:45:50 +0000 (19:45 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2004 19:45:50 +0000 (19:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3077 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/atari.h

index 4138ccf781ff2e55a631682dfe0dbab191cab72f..4215fc9b3776ed9da9b5d585ddf919c3c1e0f208 100644 (file)
@@ -152,7 +152,7 @@ extern char *_getdefdev(void);          /* get default floppy device */
 extern unsigned char _dos_type;        /* the DOS flavour */
 
 /* provide old names for backwards compatibility */
-#ifdef ATARI_COMPAT_PRE_2_10
+#ifdef ATARI_COMPAT_PRE_2_11
 #define setcolor     _setcolor
 #define setcolor_low _setcolor_low
 #define getcolor     _getcolor