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


ANSI_strict

Description:

Controls the use of non-standard language features.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

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

The common ANSI extensions are the following. If you turn on the pragma ANSI_strict, the compiler generates an error if it encounters any of these extensions.

This pragma corresponds to the ANSI Strict option in the C/C++ Language Panel. To check whether this option is on, use __option (ANSI_strict), 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