Searched refs:GLUE2 (Results 1 – 1 of 1) sorted by relevance
33 #define GLUE2(a, b) a ## b macro34 #define GLUE(a, b) GLUE2(a, b)