mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 08:03:41 +08:00
va_list.h (va-alpha.h): Do not include.
* config/alpha/va_list.h (va-alpha.h): Do not include. (__gnuc_va_list): Typedef as in varargs.h. From-SVN: r29420
This commit is contained in:
parent
4d9452a14a
commit
d6bd825c23
@ -1,3 +1,8 @@
|
||||
Tue Sep 14 23:05:37 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* config/alpha/va_list.h (va-alpha.h): Do not include.
|
||||
(__gnuc_va_list): Typedef as in varargs.h.
|
||||
|
||||
Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* A replacement for Digital Unix's <va_list.h>. */
|
||||
|
||||
#include <va-alpha.h>
|
||||
#ifndef __GNUC_VA_LIST
|
||||
#define __GNUC_VA_LIST
|
||||
typedef __builtin_va_list __gnuc_va_list;
|
||||
#endif
|
||||
|
||||
#if !defined(_VA_LIST) && !defined(_HIDDEN_VA_LIST)
|
||||
#define _VA_LIST
|
||||
|
Loading…
Reference in New Issue
Block a user