From: Richard Kenner Date: Sat, 9 Apr 1994 19:02:49 +0000 (-0400) Subject: Include , not for NeXTStep 2.1. X-Git-Tag: misc/cutover-egcs-0~6935 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5df463e3b500fcee1b350d64b7405298f571bd4;p=thirdparty%2Fgcc.git Include , not for NeXTStep 2.1. From-SVN: r7008 --- diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 9938a3123f75..e46105b8e00e 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1792,8 +1792,11 @@ TRANSFER_FROM_TRAMPOLINE /* Make stack executable so we can call trampolines on stack. This is called from INITIALIZE_TRAMPOLINE in next.h. */ - -#include +#ifdef NeXTStep21 + #include +#else + #include +#endif void __enable_execute_stack (addr)