aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-02-21 07:00:55 +0000
committerRichard Stallman <rms@gnu.org>1992-02-21 07:00:55 +0000
commit373b5e3b36dabba9b20dc23502e1e0672ee37ec8 (patch)
treecf2488d2c9116aa63463562df370ac7f100d22fd /gcc
parente048626b0530bb33a298bac11e52e4875e6d89f6 (diff)
downloadgcc-373b5e3b36dabba9b20dc23502e1e0672ee37ec8.zip
gcc-373b5e3b36dabba9b20dc23502e1e0672ee37ec8.tar.gz
gcc-373b5e3b36dabba9b20dc23502e1e0672ee37ec8.tar.bz2
*** empty log message ***
From-SVN: r353
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ginclude/stdarg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h
index 5bf9128..1382168 100644
--- a/gcc/ginclude/stdarg.h
+++ b/gcc/ginclude/stdarg.h
@@ -23,6 +23,10 @@
#include "va-mips.h"
#else
+#ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
+#undef _VA_LIST
+#endif
+
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix. */
#ifndef _VA_LIST_
/* The macro _VA_LIST is used in SCO Unix 3.2. */