Searched refs:GLUE3_ (Results 1 – 1 of 1) sorted by relevance
197 #define GLUE3_(a, b, c) a##b##c macro198 #define GLUE3(a, b, c) GLUE3_(a, b, c)