From: Richard Kenner Date: Tue, 3 Nov 1992 13:04:57 +0000 (-0500) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=151584408409a1a05cf1aaddcb073ef1687d2984;p=gcc.git *** empty log message *** From-SVN: r2682 --- 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. */