Mercurial > emacs
changeset 4073:c476d93af94b
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 13 Jul 1993 16:37:01 +0000 |
parents | d38c94145afe |
children | daf4ba204fe5 |
files | src/alloca.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Tue Jul 13 07:31:09 1993 +0000 +++ b/src/alloca.c Tue Jul 13 16:37:01 1993 +0000 @@ -45,7 +45,7 @@ /* 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 @@ } } -#ifdef CRAY +#if defined (CRAY) && defined (CRAY_STACKSEG_END) #ifdef DEBUG_I00AFUNC #include <stdio.h>