summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-19 11:16:32 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-19 11:16:32 (GMT)
commita715274421eef9c9c05420fa375736c5d2502103 (patch)
tree247bcf1ecbaf925e14c89b2ae298d1e48313492d /Include/allobjects.h
parentd4d77284408316a68cdc2ab9e8e1d4a06e534938 (diff)
downloadcpython-a715274421eef9c9c05420fa375736c5d2502103.zip
cpython-a715274421eef9c9c05420fa375736c5d2502103.tar.gz
cpython-a715274421eef9c9c05420fa375736c5d2502103.tar.bz2
No need to define THINK_C any more
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r--Include/allobjects.h6
1 files changed, 1 insertions, 5 deletions
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 @@ 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>