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


gcc_extensions

Description:

Controls the acceptance of GNU C language extensions.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

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

When this pragma is on, the compiler accepts GNU C extensions in C source code. See "The __typeof__() and typeof() operators," "Initialization of Local Arrays and Structures" for a description of these extensions.

To check whether the global optimizer is on, use __option (gcc_extensions), 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