Controls the use of Apple's MPW C calling conventions.
Compatibility:This pragma is compatible with the following platform targets:
|
PowerPC
|
NEC V800
|
Intel x86
|
MIPS
|
Embedded 68K
|
#pragma mpwc on | off | reset
Remarks:This pragma applies to Mac OS on 68K processors only.
long integer. For example, the compiler converts this declaration:
int MPWfunc ( char a, short b, int c, long d, char *e );
long MPWfunc( long a, long b, long c, long d, char *e );
long double. For example, the compiler converts this declaration:
void MPWfunc( float a, double b, long double c );
void MPWfunc( long double a, long double b, long double c );
D0 (even if the pragma pointers_in_D0 is off).
D0.
68881 Codegen option is on, returns any floating-point value in FP0.
MPW C Calling Convention option in the 68K Processor settings panel. To check whether this option is on, use __option (mpwc), described in "Checking Options."