1 #define __CLC_CONCAT(x, y) x ## y 2 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y) 3 4 #define __CLC_BODY <clc/math/nan.inc> 5 #include <clc/math/gentype.inc> 6 7 #undef __CLC_XCONCAT 8 #undef __CLC_CONCAT 9