blob: a883267c87b951a87ffc6970dff0db157603ebc6 (
plain)
1
2
3
4
5
6
7
8
|
#include "config.h"
@include "@real_header@"
@ifndef _COMPAT_STDARG_H_
@define _COMPAT_STDARG_H_
#if CH_HAVE_VA_COPY < 1
@define va_copy(dst,src) (dst=(src))
#endif
@endif /* _COMPAT_STDARG_H_ */
|