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:
Alexandre Oliva 1999-09-15 02:09:41 +00:00 committed by Alexandre Oliva
parent 4d9452a14a
commit d6bd825c23
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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