]> pd.if.org Git - pdclib/blobdiff - includes/stdarg.h
Whitespace cleanups.
[pdclib] / includes / stdarg.h
index 7558131fbb28e3404a258f1e3eb23ae3fd93a0d6..90bc8484aab3a3b8c37b92da0cb3a496091d4b86 100644 (file)
@@ -1,8 +1,4 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
-/* 7.15 Variable arguments <stdarg.h> 
+/* Variable arguments <stdarg.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -11,10 +7,7 @@
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
-#include <_PDCLIB_config.h>
-#endif
+#include "_PDCLIB_config.h"
 
 typedef _PDCLIB_va_list va_list;
 
@@ -24,4 +17,3 @@ typedef _PDCLIB_va_list va_list;
 #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN )
 
 #endif
-