From: Richard Stallman Date: Wed, 24 Mar 1993 22:42:07 +0000 (+0000) Subject: (memory.h): Use proper ANSI syntax in `#endif __memory_h__'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ade97c34b3ab58454c1d774b6486154008f0cd73;p=gcc.git (memory.h): Use proper ANSI syntax in `#endif __memory_h__'. From-SVN: r3870 --- diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 41aecbadb30..3724160feb5 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -22,6 +22,9 @@ #ifdef __pyr__ #include #else +#ifdef __clipper__ +#include +#else #ifdef __m88k__ #include #else @@ -105,6 +108,7 @@ typedef void *__gnuc_va_list; #endif /* not i960 */ #endif /* not hppa */ #endif /* not m88k */ +#endif /* not clipper */ #endif /* not pyr */ #endif /* not i860 */ #endif /* not mips */