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