From: Jim Meyering Date: Tue, 13 Jul 1993 16:37:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 3.70.2~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ef2fbe7a4a8f8d5253149c8ca3204b82da28a01;p=thirdparty%2Fmake.git *** empty log message *** --- diff --git a/alloca.c b/alloca.c index c04c0efe..9c472ead 100644 --- a/alloca.c +++ b/alloca.c @@ -45,7 +45,7 @@ lose /* If your stack is a linked list of frames, you have to provide an "address metric" ADDRESS_FUNCTION macro. */ -#ifdef CRAY +#if defined (CRAY) && defined (CRAY_STACKSEG_END) long i00afunc (); #define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) #else @@ -204,7 +204,7 @@ alloca (size) } } -#ifdef CRAY +#if defined (CRAY) && defined (CRAY_STACKSEG_END) #ifdef DEBUG_I00AFUNC #include