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


float_constants

Description:

Controls how floating pointing constants are treated.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma float_constants on | off | reset Remarks:

If this option is on, the compiler assumes that all unqualified floating point constant values are of type float, not double.

This pragma is useful when working with source code compiled for the AMD K6 processors.

This pragma does not correspond to any option in any settings panel. To check whether this option is on, use the __option (float_constants), described in "Checking Options."

For related information, see "The "D" Constant Suffix."


[ 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