mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
483104922a
From-SVN: r187018
4 lines
64 B
C
4 lines
64 B
C
#define NAME xor
|
|
#define OP(X,Y) ((X) ^ (Y))
|
|
#include "fop_n.c"
|