From ff94d1501cedb9e149d88bebabc895ee229bfcbe Mon Sep 17 00:00:00 2001 From: no-author Date: Tue, 27 Apr 2004 23:17:00 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'apple-gcc-1744'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-1744@81232 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ginclude/stdarg.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/ginclude/stdarg.h') diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index f178505e892..203a2174980 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -28,6 +28,11 @@ Boston, MA 02111-1307, USA. */ * ISO C Standard: 7.15 Variable arguments */ +/* APPLE LOCAL begin MW compatibility */ +#ifdef __MWERKS__ +#include "mw_stdarg.h" +#else +/* APPLE LOCAL end MW compatibility */ #ifndef _STDARG_H #ifndef _ANSI_STDARG_H_ #ifndef __need___va_list @@ -131,3 +136,5 @@ typedef __gnuc_va_list va_list; #endif /* not _ANSI_STDARG_H_ */ #endif /* not _STDARG_H */ +/* APPLE LOCAL MW compatibility */ +#endif /* __MWERKS__ */ -- cgit v1.2.3