X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdarg.h;h=90bc8484aab3a3b8c37b92da0cb3a496091d4b86;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e75cd55c68b8a61cd4e730ed3a317747c83a58ac;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/includes/stdarg.h b/includes/stdarg.h index e75cd55..90bc848 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.15 Variable arguments +/* Variable arguments This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,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; @@ -22,4 +17,3 @@ typedef _PDCLIB_va_list va_list; #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN ) #endif -