[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


longlong_enums

Description:

Controls whether or not enumerated types are the size of the long long type.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #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.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000