longlong_enums

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

Syntax
  #pragma longlong_enums on | off | reset  
Remarks

This pragma lets you use enumerators that are large enough to be long long integers. It is ignored if you enable the enumsalwaysint pragma.

This pragma does not correspond to any panel setting. By default, this setting is enabled.