]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
<float.h> is now implemented in the platform independent portion. It is based
[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 )