Controls whether or not enumerated types are the size of the long long type.
This pragma is compatible with the following platform targets:
|
Embedded 68K
|
#pragma longlong_enums on | off | reset
Remarks:
This pragma lets you use enumerators that are large enough to be long long integers. It's ignored if the enumsalwaysint pragma is on (described in "enumsalwaysint").
For more information on how the compiler handles enumerated types, see "Enumerated Types."
This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (longlong_enums), described in "Checking Options." By default, this option is on.