X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=stdarg.h;h=cb74be2258ba861267d0bdf1d0868f90e1bcfdb9;hp=44ad5ac7b5efed6edfd1ad0c682154161b0cf5fb;hb=641c7ba235ea45b29e679188bec506fdd4e24995;hpb=89c516d1b45766b519f60b986366a3c592ec5760 diff --git a/stdarg.h b/stdarg.h index 44ad5ac..cb74be2 100644 --- 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 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;