]> pd.if.org Git - pdclib/blobdiff - includes/stdarg.h
Removed the header include guard 'optimization'.
[pdclib] / includes / stdarg.h
index 7558131fbb28e3404a258f1e3eb23ae3fd93a0d6..2ffc4460dacff2b56a0f45a05a61303df819c002 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.15 Variable arguments <stdarg.h> 
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,10 +9,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
 
 typedef _PDCLIB_va_list va_list;