18 lines
301 B
C
18 lines
301 B
C
/* $NetBSD: varargs.h,v 1.2 1997/04/16 23:02:35 thorpej 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_ */
|