No need to define THINK_C any more

This commit is contained in:
Guido van Rossum 1994-08-19 11:16:32 +00:00
parent d4d7728440
commit a715274421
1 changed files with 1 additions and 5 deletions

View 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>