X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_aux.h;h=8c4e897003e7e25c13f58c26bd3af274fa4d164f;hp=4ef019e9c386b89d30dd672fdf4aee551cc83303;hb=b6d270371b520e0a85075d8bf84c10c53d9b30bf;hpb=90aaf6aa47b60252d23788256667fe7a37f54028 diff --git a/internals/_PDCLIB_aux.h b/internals/_PDCLIB_aux.h index 4ef019e..8c4e897 100644 --- a/internals/_PDCLIB_aux.h +++ b/internals/_PDCLIB_aux.h @@ -21,12 +21,15 @@ #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 -