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