Define 'macintosh' if THINK_C is defined.

This commit is contained in:
Guido van Rossum 1991-06-24 22:30:14 +00:00
parent 247ff718df
commit 1e2293d1f7
1 changed files with 4 additions and 0 deletions

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