Home
last modified time | relevance | path

Searched refs:NW_MACRO_CAT_I_ (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/config/
Dmacros.h29 #define NW_MACRO_CAT_O_(params) NW_MACRO_CAT_I_ ## params
30 #define NW_MACRO_CAT_I_(a, b) a ## b macro
37 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)
38 #define NW_MACRO_CAT_I_(a, b) NW_MACRO_CAT_II_(a ## b) macro
45 #define NW_MACRO_CAT_I_(a, b) a ## b macro
46 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)