mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Define 'macintosh' if THINK_C is defined.
This commit is contained in:
parent
247ff718df
commit
1e2293d1f7
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue