* diagnostic.c (diagnostic_action_after_output): Remove max error
[official-gcc.git] / libatomic / fnand_n.c
bloba3c98c70494802811eb2fed04e1e5e112ce53c18
1 #define NAME nand
2 #define OP(X,Y) ~((X) & (Y))
3 #include "fop_n.c"