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 longintegers. It is ignored if you enable the enumsalwaysint pragma (described in enumsalwaysint).

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