diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-08 03:06:31 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-08 03:06:31 +0000 |
commit | eaec9d17fd6a19c0a3d4f328cbe94e8092e42bdd (patch) | |
tree | 9c2a4e130cd7dc4aa663c1fcd3f2fa66ae65eebd | |
parent | 6e1b9d9fd7b869811ba1eb3b631b394115bf21af (diff) | |
download | gcc-eaec9d17fd6a19c0a3d4f328cbe94e8092e42bdd.zip gcc-eaec9d17fd6a19c0a3d4f328cbe94e8092e42bdd.tar.gz gcc-eaec9d17fd6a19c0a3d4f328cbe94e8092e42bdd.tar.bz2 |
*** empty log message ***
From-SVN: r1510
-rw-r--r-- | gcc/ginclude/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index e0009d9..bd4bfa4 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -78,6 +78,10 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ #undef _VA_LIST #endif +#ifdef _BSD_VA_LIST +#undef _BSD_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. */ |