]> pd.if.org Git - pdclib/blobdiff - stdarg.h
Excluded *_C macros from first release; cosmetic touches.
[pdclib] / stdarg.h
index cb74be2258ba861267d0bdf1d0868f90e1bcfdb9..7558131fbb28e3404a258f1e3eb23ae3fd93a0d6 100644 (file)
--- a/stdarg.h
+++ b/stdarg.h
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/* Release: $Name$ */
+/* Release $Name$ */
 
 /* 7.15 Variable arguments <stdarg.h> 
 
@@ -24,3 +24,4 @@ typedef _PDCLIB_va_list va_list;
 #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN )
 
 #endif
+