Controls the error checking used for making calls to SOM objects.
Compatibility:This pragma is compatible with the following platform targets:
|
68K
|
NEC V800
|
Intel x86
|
MIPS
|
Embedded 68K
|
#pragma SOM-Call-Optimization on | off | reset
Remarks:This pragma is only available for Mac OS using C++ code.
The PowerPC compiler uses an optimized error check that is smaller but slightly slower.
This pragma is ignored if the direct_to_SOM pragma, described in "direct_to_som," is off.
This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (SOM-Call-Optimization). See on "Checking Options." By default, this pragma is off.