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