18 lines
302 B
C
18 lines
302 B
C
/* $NetBSD: varargs.h,v 1.1 1997/10/14 06:48:48 sakamoto Exp $ */
|
|
|
|
#ifndef _PPC_VARARGS_H_
|
|
#define _PPC_VARARGS_H_
|
|
|
|
#include <machine/ansi.h>
|
|
|
|
#ifndef _VARARGS_H
|
|
#define _VARARGS_H
|
|
#endif
|
|
#include <machine/va-ppc.h>
|
|
|
|
typedef __gnuc_va_list va_list;
|
|
|
|
#undef _BSD_VA_LIST
|
|
|
|
#endif /* ! _PPC_VARARGS_H_ */
|