]> pd.if.org Git - pdclib/commitdiff
Added _PDCLIB_inline mapped to inline for C99 only.
authorsolar <unknown>
Fri, 2 Dec 2005 10:53:03 +0000 (10:53 +0000)
committersolar <unknown>
Fri, 2 Dec 2005 10:53:03 +0000 (10:53 +0000)
internals/_PDCLIB_aux.h

index 4ef019e9c386b89d30dd672fdf4aee551cc83303..8c4e897003e7e25c13f58c26bd3af274fa4d164f 100644 (file)
 #ifndef __STDC_VERSION__
 #define _PDCLIB_C_VERSION 90
 #define _PDCLIB_restrict
+#define _PDCLIB_inline
 #elif __STDC_VERSION__ == 199409L
 #define _PDCLIB_C_VERSION 95
 #define _PDCLIB_restrict
+#define _PDCLIB_inline
 #elif __STDC_VERSION__ == 199901L
 #define _PDCLIB_C_VERSION 99
 #define _PDCLIB_restrict restrict
+#define _PDCLIB_inline inline
 #else
 #error Unsupported _ _STDC_VERSION_ _ (__STDC_VERSION__) (supported: ISO/IEC 9899:1990, 9899/AMD1:1995, and 9899:1999).
 #endif
@@ -58,4 +61,3 @@
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
 #define _PDCLIB_symbol2identity( x ) x
-