Hi all
I am compiling C (not C++) source code that contains ^ and ^=. The compiler does not like it and complains about it:
ERROR CBC3191 ZATLAS1.PCRE.SRCE(COMPILE8):1135 The character \xb0 is not a valid C source character.
I turned on the DIGRAPH option and used xor_eq which the compiler did not like either (besides this is only for C++). Could somebody please guide me on what should I do in prder to be able to use the legitimate operators ^ and ^= or alternatively, how to corretly use the digraphs in question
Thank you
ZA