Controls whether or not enumerated types may have the size of the long long type.
#pragma longlong_enums on | off | reset
This pragma lets you use enumerators that are large enough to be long long integers. It is ignored if you enable the enumsalwaysint pragma (described in "enumsalwaysint" on page 260).
This pragma does not correspond to any panel setting. By default, this setting is enabled.