projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b30f5
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Tue, 13 Jul 1993 16:37:01 +0000
(16:37 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 13 Jul 1993 16:37:01 +0000
(16:37 +0000)
alloca.c
patch
|
blob
|
history
diff --git
a/alloca.c
b/alloca.c
index
c04c0ef
..
9c472ea
100644
(file)
--- 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. */
-#if
def CRAY
+#if
defined (CRAY) && defined (CRAY_STACKSEG_END)
long i00afunc ();
#define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg))
#else
@@
-204,7
+204,7
@@
alloca (size)
}
}
-#if
def CRAY
+#if
defined (CRAY) && defined (CRAY_STACKSEG_END)
#ifdef DEBUG_I00AFUNC
#include <stdio.h>