John Levon <[EMAIL PROTECTED]> writes:

| someone running RH7.0, can you please test this code :
| 
| #if defined(xor)
| #endif
| 
| 
| compile it with :
| 
| g++ -fno-operator-names file.c
| 
| and report on results ?

[larsbj@localhost test]$ g++ xor.C
xor.C:1:13: "defined" without an identifier
[larsbj@localhost test]$           

[larsbj@localhost test]$ g++ -fno-operator-names xor.C
xor.C:1:12: missing binary operator before '('
[larsbj@localhost test]$           

        Lgb

Reply via email to