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

Description:
Controls use of dollar signs ($) in identifiers.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma dollar_identifiers on | off | reset
Remarks:
When this pragma is on, the compiler accepts dollar signs ($) in identifiers. When this option is off, the compiler issues an error if it encounters anything but underscores, alphabetic, and numeric characters in an identifier.
The default for this pragma is off.
This pragma does not correspond to any settings panel option. To check whether this option is on, use the __option (dollar_identifiers), 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