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