dollar_identifiers

Controls use of dollar signs ($) in identifiers.

Syntax
#pragma dollar_identifiers on | off | reset
  
Remarks

If you enable this pragma, the compiler accepts dollar signs ( $ ) in identifiers. Otherwise, the compiler issues an error if it encounters anything but underscores, alphabetic, numeric character, and universal characters ( \uxxxx , \Uxxxxxxxx ) in an identifier.

This pragma does not correspond to any panel setting. By default, this pragma is off .

Related information
asmpoundcomment
asmsemicolcomment
const_strings
gcc_extensions
mark
mpwc_newline
mpwc_relax
multibyteaware
multibyteaware_preserve_literals
text_encoding
trigraphs
unsigned_char