Programming Tools Guide
Appendix B, C compiler diagnostics

Operator names in messages

Operator names in messages

Some messages include the name of a compiler operator, as in:

   operands must have arithmetic type: op "+"
Usually the operator in the message is a familiar C operator. At other times the compiler uses its internal name for the operator, like U-. The ``Operator Names'' section of this document, found after the message list, lists these internal names and describes what they mean.