NetBSD/sys/arch/powerpc/include/varargs.h

18 lines
301 B
C
Raw Normal View History

1997-04-17 03:02:34 +04:00
/* $NetBSD: varargs.h,v 1.2 1997/04/16 23:02:35 thorpej Exp $ */
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#ifndef _PPC_VARARGS_H_
1996-09-30 20:34:14 +04:00
#define _PPC_VARARGS_H_
1997-04-17 03:02:34 +04:00
#include <machine/ansi.h>
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#ifndef _VARARGS_H
#define _VARARGS_H
1996-09-30 20:34:14 +04:00
#endif
1997-04-17 03:02:34 +04:00
#include <machine/va-ppc.h>
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
typedef __gnuc_va_list va_list;
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#undef _BSD_VA_LIST
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#endif /* ! _PPC_VARARGS_H_ */