mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187018 138bc75d-0d04-0410-961f-82ee72b054a4
4 lines
64 B
C
4 lines
64 B
C
#define NAME xor
|
|
#define OP(X,Y) ((X) ^ (Y))
|
|
#include "fop_n.c"
|