From: cpg Date: Thu, 3 Jun 2004 19:45:50 +0000 (+0000) Subject: rename backwards compatibility define X-Git-Tag: V2.12.0~755 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92621abb86cae22498dd9c7f54692eeabe22f82d;p=cc65 rename backwards compatibility define git-svn-id: svn://svn.cc65.org/cc65/trunk@3077 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index 4138ccf78..4215fc9b3 100644 --- a/include/atari.h +++ b/include/atari.h @@ -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