Searched refs:UNITY_EXPAND2 (Results 1 – 1 of 1) sorted by relevance
24 #define UNITY_EXPAND2(a, b) a ## b macro25 #define UNITY_EXPAND(a, b) UNITY_EXPAND2(a, b)