(va_end, anonymous enum): Don't declare if va_end already defined as macro.
From-SVN: r2679
This commit is contained in:
parent
6f8d2fbd0a
commit
28f50739a2
@ -61,11 +61,9 @@ typedef struct {
|
||||
|
||||
#endif /* _STDARG_H */
|
||||
|
||||
void va_end (__gnuc_va_list); /* Defined in libgcc.a */
|
||||
#define va_end(__va)
|
||||
|
||||
/* Values returned by __builtin_classify_type. */
|
||||
|
||||
#ifndef va_end
|
||||
enum {
|
||||
__no_type_class = -1,
|
||||
__void_type_class,
|
||||
@ -89,6 +87,10 @@ enum {
|
||||
__lang_type_class
|
||||
};
|
||||
|
||||
void va_end (__gnuc_va_list); /* Defined in libgcc.a */
|
||||
#endif
|
||||
#define va_end(__va)
|
||||
|
||||
#define __NUM_PARM_FREGS 8
|
||||
#define __NUM_PARM_IREGS 12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user