]> pd.if.org Git - pdclib/blobdiff - stdarg.h
Cosmetics (moving Id tag to top, adding Name tag, adjusting limits.h from enquire...
[pdclib] / stdarg.h
index 44ad5ac7b5efed6edfd1ad0c682154161b0cf5fb..cb74be2258ba861267d0bdf1d0868f90e1bcfdb9 100644 (file)
--- a/stdarg.h
+++ b/stdarg.h
@@ -1,17 +1,19 @@
-#ifndef _PDCLIB_STDARG_H
-#define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
-
 /* $Id$ */
 
+/* Release: $Name$ */
+
 /* 7.15 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.
 */
 
-#ifndef _PDCLIB_DEFS_H
-#define _PDCLIB_DEFS_H _PDCLIB_DEFS_H
-#include <_PDCLIB_defs.h>
+#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;