Searched refs:_XCJOIN (Results 1 – 1 of 1) sorted by relevance
1326 # define _XCJOIN(a,b) a ## b macro1327 # define XCJOIN(a,b) _XCJOIN(a,b)