sem_attr.adb (Analyze_Access_Attribute): Treat P'Access like a call only in the stati...
[gcc.git] / libatomic / fxor_n.c
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"