Searched refs:_PASTE1 (Results 1 – 1 of 1) sorted by relevance
208 #define _PASTE1(a,b) a##b macro209 #define PASTE(a,b) _PASTE1(a,b)