X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=_PDCLIB_aux.h;h=727f761bb2bf5d06d614dd357a4d0d31b58547b1;hb=acc89aa5b4b903446f1334e24cf47e54cabfbfd4;hp=6f2e47729e3837bc24cafddfb2935a226d3afd52;hpb=27dac7b875db2f65ae63ea1fcc9af7e2c94354df;p=pdclib diff --git a/_PDCLIB_aux.h b/_PDCLIB_aux.h index 6f2e477..727f761 100755 --- a/_PDCLIB_aux.h +++ b/_PDCLIB_aux.h @@ -25,8 +25,7 @@ #elif __STDC_VERSION__ == 199901L #define _PDCLIB_C_VERSION C99 #else -#error Unsupported _ _STDC_VERSION_ _ (__STDC_VERSION__) -(supported: ISO/IEC 9899:1990, 9899/AMD1:1995, and 9899:1999). +#error Unsupported _ _STDC_VERSION_ _ (__STDC_VERSION__) (supported: ISO/IEC 9899:1990, 9899/AMD1:1995, and 9899:1999). #endif #ifndef __STDC_HOSTED__ @@ -55,3 +54,4 @@ #define _PDCLIB_cc( x, y ) x ## y #define _PDCLIB_concat( x, y ) _PDCLIB_cc( x, y ) +