[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
longlong_prepval

Description:
Controls whether or not the preprocessor treats expressions of type long as long long instead.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma longlong_prepval on | off | reset
Remarks:
When this option is on, the C/C++ preprocessor treats expressions of type long as type long long instead.
This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (longlong_prepval), described in "Checking Options." By default, this option is on.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000