From 151584408409a1a05cf1aaddcb073ef1687d2984 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 3 Nov 1992 08:04:57 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r2682 --- gcc/ginclude/va-alpha.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ginclude/va-alpha.h b/gcc/ginclude/va-alpha.h index 1ecf6502bed..8cc99f39f8e 100644 --- a/gcc/ginclude/va-alpha.h +++ b/gcc/ginclude/va-alpha.h @@ -42,6 +42,8 @@ typedef struct { #endif /* _STDARG_H */ +#ifndef va_end + #define va_end(__va) /* Values returned by __builtin_classify_type. */ @@ -69,6 +71,8 @@ enum { __lang_type_class }; +#endif + /* Note that parameters are always aligned at least to a word boundary (when passed) regardless of what GCC's __alignof__ operator says. */ -- 2.30.2