From 74a1e63a89cdaad288260600cf77e3a20811f49b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 14 Jul 2000 22:37:27 +0000 Subject: Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. --- Mac/Python/macgetcompiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mac/Python/macgetcompiler.c') diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index d7f535fefc..c7f325cab4 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE. #define HASTHREAD "" #endif -#ifdef TARGET_API_MAC_CARBON +#if TARGET_API_MAC_CARBON #define TARGET_API " CARBON" #else #define TARGET_API "" -- cgit v1.2.1