Searched refs:XGLUE (Results 1 – 1 of 1) sorted by relevance
231 #define XGLUE(a,b) a##b macro232 #define GLUE(a,b) XGLUE(a,b)