longlong

Controls the availability of the long long type.

Syntax
#pragma longlong on | off | reset
  
Remarks

When this pragma is enabled and the compiler is translating "C90" source code (ISO/IEC 9899-1990 standard), the compiler recognizes a data type named long long . The long long type holds twice as many bits as the long data type.

This pragma does not correspond to any CodeWarrior IDE panel setting.

By default, this pragma is on for processors that support this type. It is off when generating code for processors that do not support, or cannot turn on, the long long type.

Related information
aggressive_inline
dont_reuse_strings
enumsalwaysint
enums_signed
errno_name
explicit_zero_data
float_constants
instmgr_file
longlong_enums
min_enum_size
pool_strings
readonly_strings
reverse_bitfields
store_object_files