No need to define THINK_C any more
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 3d555d0..0acee93 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -28,7 +28,7 @@
 
 ******************************************************************/
 
-/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
+/* Include nearly all Python header files */
 
 /* Some systems (well, NT anyway!) require special declarations for
  data items imported from dynamic modules.  Note that this defn is
@@ -47,10 +47,6 @@
 #include "config.h"
 #endif
 
-#ifdef THINK_C
-#define macintosh
-#endif
-
 #include <stdio.h>
 #include <string.h>