Searched refs:PASTE2 (Results 1 – 1 of 1) sorted by relevance
14 # define PASTE2(x,y) x##y macro15 # define PASTE(x,y) PASTE2(x,y)