mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
9 lines
196 B
C
9 lines
196 B
C
#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_ */
|