Skip to content
Snippets Groups Projects
Commit 42dcdbe2 authored by Jim Meyering's avatar Jim Meyering
Browse files

*** empty log message ***

From-SVN: r4912
parent 7a87bc57
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ lose ...@@ -45,7 +45,7 @@ lose
/* If your stack is a linked list of frames, you have to /* If your stack is a linked list of frames, you have to
provide an "address metric" ADDRESS_FUNCTION macro. */ provide an "address metric" ADDRESS_FUNCTION macro. */
#ifdef CRAY #if defined (CRAY) && defined (CRAY_STACKSEG_END)
long i00afunc (); long i00afunc ();
#define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) #define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg))
#else #else
...@@ -204,7 +204,7 @@ alloca (size) ...@@ -204,7 +204,7 @@ alloca (size)
} }
} }
#ifdef CRAY #if defined (CRAY) && defined (CRAY_STACKSEG_END)
#ifdef DEBUG_I00AFUNC #ifdef DEBUG_I00AFUNC
#include <stdio.h> #include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment