*** empty log message ***

From-SVN: r4912
This commit is contained in:
Jim Meyering 1993-07-13 16:37:01 +00:00
parent 7a87bc5714
commit 42dcdbe212
1 changed files with 2 additions and 2 deletions

View File

@ -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 <stdio.h>