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


only_std_keywords

Description:

Controls the use of ANSI/ISO keywords.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

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

The C/C++ compiler recognizes additional reserved keywords. If you're writing code that must follow the ANSI standard strictly, turn on the pragma only_std_keywords. For more information, see "ANSI Keywords Only."

This pragma corresponds to the ANSI Keywords Only option in the C/C++ Language Panel. To check whether this option is on, use __option (only_std_keywords), described in "Checking Options."


[ 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