Update to 4.8.2.
[platform/upstream/gcc48.git] / libatomic / fand_n.c
1 #define NAME    and
2 #define OP(X,Y) ((X) & (Y))
3 #include "fop_n.c"