mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 21:51:12 +08:00
Allow va-ppc.h to be reincluded
From-SVN: r13094
This commit is contained in:
parent
461422d5b6
commit
930060da81
@ -41,6 +41,8 @@ typedef __va_list __gnuc_va_list;
|
||||
#if defined (_STDARG_H) || defined (_VARARGS_H)
|
||||
|
||||
/* Register save area located below the frame pointer */
|
||||
#ifndef __VA_PPC_H__
|
||||
#define __VA_PPC_H__
|
||||
typedef struct {
|
||||
long __gp_save[8]; /* save area for GP registers */
|
||||
double __fp_save[8]; /* save area for FP registers */
|
||||
@ -168,6 +170,7 @@ __extension__ (*({ \
|
||||
|
||||
#define va_end(AP) ((void)0)
|
||||
|
||||
#endif /* __VA_PPC_H__ */
|
||||
#endif /* defined (_STDARG_H) || defined (_VARARGS_H) */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user