diff options
author | John van Groningen | 2006-06-28 13:21:49 +0000 |
---|---|---|
committer | John van Groningen | 2006-06-28 13:21:49 +0000 |
commit | 39436ec61688e0e55f389f0698bd7d38eac07086 (patch) | |
tree | 20601a32fbbe73d92d454b05ddd894425f365368 /mcon.c | |
parent | fix reopenF and readFC (diff) |
remove definition of system_environment for MacOS X
Diffstat (limited to 'mcon.c')
-rw-r--r-- | mcon.c | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1844,17 +1844,20 @@ void load_code_segments (VOID) extern int processor_table,end_processor_table; #endif -SysEnvRec system_environment; int wait_next_event_available; #include <types.h> -#ifndef powerc +#ifndef MACOSX +SysEnvRec system_environment; + +# ifndef powerc #pragma parameter __D0 MySysEnvirons (__D0, __A0) extern pascal OSErr MySysEnvirons(short versionRequested, SysEnvRec *theWorld) ONEWORDINLINE(0xA090); -#else +# else #define MySysEnvirons SysEnvirons +# endif #endif #define MINIMUM_HEAP_SIZE_MULTIPLE ((2*256)+128) |