Searched refs:___PASTE (Results 1 – 1 of 1) sorted by relevance
61 #define ___PASTE(a,b) a##b macro62 #define __PASTE(a,b) ___PASTE(a,b)