]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Define 'macintosh' if THINK_C is defined.
authorGuido van Rossum <guido@python.org>
Mon, 24 Jun 1991 22:30:14 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Jun 1991 22:30:14 +0000 (22:30 +0000)
Include/allobjects.h

index 1f81e085d267bc73c545ea78ec37821e88cab54a..3fe2e83a807ea6e393cab72cdde45d3c9b5f1051 100644 (file)
@@ -24,6 +24,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 /* "allobjects.c" -- Source for precompiled header "allobjects.h" */
 
+#ifdef THINK_C
+#define macintosh
+#endif
+
 #include <stdio.h>
 #include <string.h>