]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
PDCLIB-6: _PDCLIB_status_t: change members from size_t to unsigned or int as appropri...
[pdclib] / internals / _PDCLIB_aux.h
index 5183c9fdc3c08d6ef7759097178391d555b96dac..3de8d4a9deeac2361fd981b4d1fcfc9406d6beb4 100644 (file)
 
 #define _PDCLIB_cc( x, y )     x ## y
 #define _PDCLIB_concat( x, y ) _PDCLIB_cc( x, y )
+#define _PDCLIB_concat3( x, y, z ) _PDCLIB_concat( _PDCLIB_concat( x, y ), z )
 
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )