aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloca.c b/src/alloca.c
index 31fb4e0d4e0..8f98b73dbb9 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -180,7 +180,7 @@ alloca (size)
180#endif 180#endif
181 181
182 /* Reclaim garbage, defined as all alloca'd storage that 182 /* Reclaim garbage, defined as all alloca'd storage that
183 was allocated from deeper in the stack than currently. */ 183 was allocated from deeper in the stack than currently. */
184 184
185 { 185 {
186 register header *hp; /* Traverses linked list. */ 186 register header *hp; /* Traverses linked list. */
@@ -350,7 +350,7 @@ struct stk_trailer
350 350
351#ifdef CRAY2 351#ifdef CRAY2
352/* Determine a "stack measure" for an arbitrary ADDRESS. 352/* Determine a "stack measure" for an arbitrary ADDRESS.
353 I doubt that "lint" will like this much. */ 353 I doubt that "lint" will like this much. */
354 354
355static long 355static long
356i00afunc (long *address) 356i00afunc (long *address)