]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
No need to define THINK_C any more
authorGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 11:16:32 +0000 (11:16 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 11:16:32 +0000 (11:16 +0000)
Include/allobjects.h

index 3d555d00e93bcd8fbb679d77fc727d4f6ec2800c..0acee93c2929a29e7b07762faf908127bfbba0d4 100644 (file)
@@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 ******************************************************************/
 
-/* "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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include "config.h"
 #endif
 
-#ifdef THINK_C
-#define macintosh
-#endif
-
 #include <stdio.h>
 #include <string.h>