Searched refs:HB_PASTE1 (Results 1 – 1 of 1) sorted by relevance
197 #define HB_PASTE1(a,b) a##b macro198 #define HB_PASTE(a,b) HB_PASTE1(a,b)