X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_aux.h;h=8c4e897003e7e25c13f58c26bd3af274fa4d164f;hb=dd73b8f7364d97dd730f71999eab562e177a4602;hp=4ef019e9c386b89d30dd672fdf4aee551cc83303;hpb=02c1ddcae6c88b55d2f4de825ee6c6456150b8ae;p=pdclib 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 -