Searched refs:COMBINE1 (Results 1 – 1 of 1) sorted by relevance
68 #define COMBINE1(X, Y) X##Y macro69 #define COMBINE(X, Y) COMBINE1(X, Y)