From: solar Date: Sun, 12 Dec 2004 10:33:12 +0000 (+0000) Subject: More cosmetic touches. X-Git-Tag: v0.1~3 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=b8af801d66db2f108caefba4d43abf1b49ab5456 More cosmetic touches. --- 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 ) + diff --git a/_PDCLIB_config.h b/_PDCLIB_config.h index a8ef2fa..7a749b4 100644 --- a/_PDCLIB_config.h +++ b/_PDCLIB_config.h @@ -153,3 +153,4 @@ typedef char * _PDCLIB_va_list; #define _PDCLIB_va_copy( dest, src ) ( (dest) = (src), (void)0 ) #define _PDCLIB_va_end( ap ) ( (ap) = (void *)0, (void)0 ) #define _PDCLIB_va_start( ap, parmN ) ( (ap) = (char *) &parmN + ( _PDCLIB_va_round(parmN) ), (void)0 ) + diff --git a/_PDCLIB_int.h b/_PDCLIB_int.h index 14a2957..42b1895 100644 --- a/_PDCLIB_int.h +++ b/_PDCLIB_int.h @@ -237,3 +237,4 @@ typedef unsigned _PDCLIB_intmax _PDCLIB_uintmax_t; #define _PDCLIB_UINTMAX_MAX concat( concat( _PDCLIB_U, _PDCLIB_INTMAX ), _MAX ) /* TODO: INTN_C / UINTN_C */ + diff --git a/stdint.h b/stdint.h index 806487b..544edc8 100644 --- a/stdint.h +++ b/stdint.h @@ -212,3 +212,4 @@ typedef _PDCLIB_uintmax_t uintmax_t; #endif #endif +