dollar

Option Type Default Value #pragma options C C++
-qoption nodollar - x x

Syntax

    -qdollar | -qnodollar 

Purpose
Allows the $ symbol to be used in the names of identifiers.

Example
To compile myprogram.c so that $ is allowed in identifiers in the program, enter:

    xlC myprogram.c -qdollar


List of Batch Compiler Options and Their Defaults
Equivalent Batch Compile-Link and Incremental Build Options