aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
committerYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
commitbe8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4 (patch)
treee6c9b255bd43b7c5ec553731aa2e0f2f815a1193 /lib/mprintf.c
parentdd433679e6cc5dbdf0ee26cc1ef111c3cfe64498 (diff)
proper symbol definition check for all AmigaOS flavours
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 55a6f6295..10a8ad940 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -78,7 +78,7 @@
# define BOOL char
#endif
-#ifdef _AMIGASF
+#ifdef __AMIGA__
# undef FORMAT_INT
#endif