]> gcc.gnu.org Git - gcc.git/commitdiff
va_list.h (va-alpha.h): Do not include.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Wed, 15 Sep 1999 02:09:41 +0000 (02:09 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Wed, 15 Sep 1999 02:09:41 +0000 (02:09 +0000)
* config/alpha/va_list.h (va-alpha.h): Do not include.
(__gnuc_va_list): Typedef as in varargs.h.

From-SVN: r29420

gcc/ChangeLog
gcc/config/alpha/va_list.h

index 08619807e907d71c464666dc8a8e1939a8228804..97ddcd557dc3518b20eb2804d548f29c84700fbd 100644 (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
index c9ab2b0b50e20495dc1a8c5ce84bb586fed4f57c..df58ed0b5be5ba6c24d1e5736535e5bf8cd386c5 100644 (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
This page took 0.076155 seconds and 5 git commands to generate.