Commit d6bd825c by Alexandre Oliva Committed by Alexandre Oliva

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
parent 4d9452a1
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> Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
* ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
......
/* A replacement for Digital Unix's <va_list.h>. */ /* 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) #if !defined(_VA_LIST) && !defined(_HIDDEN_VA_LIST)
#define _VA_LIST #define _VA_LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment