]> pd.if.org Git - pdclib/commitdiff
More cosmetic touches.
authorsolar <unknown>
Sun, 12 Dec 2004 10:33:12 +0000 (10:33 +0000)
committersolar <unknown>
Sun, 12 Dec 2004 10:33:12 +0000 (10:33 +0000)
_PDCLIB_aux.h
_PDCLIB_config.h
_PDCLIB_int.h
stdint.h

index 6f2e47729e3837bc24cafddfb2935a226d3afd52..727f761bb2bf5d06d614dd357a4d0d31b58547b1 100755 (executable)
@@ -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 )
+
index a8ef2fa8507530b4e32c3d428fb901f3221a41cb..7a749b4123a699aabe1f06268a297a356eb0decd 100644 (file)
@@ -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 )
+
index 14a295728deb08b853fd22c89e01b2d0e0982c02..42b18957878058341c32bfb4e4c63e66e2db8d3b 100644 (file)
@@ -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 */
+
index 806487b79d3c84131fccda5a442ebdfaa47646b2..544edc8cdd639016245c722eec1e1ed4dde758a6 100644 (file)
--- a/stdint.h
+++ b/stdint.h
@@ -212,3 +212,4 @@ typedef _PDCLIB_uintmax_t uintmax_t;
 #endif
 
 #endif
+