Controls whether or not the preprocessor treats integral constant expressions as long long.
#pragma longlong_prepeval on | off | reset
If you enable this pragma, the C/C++ preprocessor treats integral constant expressions in #if, #elif as type long long.
This pragma does not correspond to any panel setting. To check this setting, use __option (longlong_prepeval), described in Checking Settings. The default setting is on.