From: Guido van Rossum Date: Fri, 19 Aug 1994 11:16:32 +0000 (+0000) Subject: No need to define THINK_C any more X-Git-Tag: v1.1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a715274421eef9c9c05420fa375736c5d2502103;p=thirdparty%2FPython%2Fcpython.git No need to define THINK_C any more --- diff --git a/Include/allobjects.h b/Include/allobjects.h index 3d555d00e93b..0acee93c2929 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 #include