comparison src/alloca.c @ 15593:88900acd9f99 make-3-74-5 make-3-74-6 make-3-74-7 make-3-75

formatting tweaks
author Mike Stump <mrs@apple.com>
date Wed, 03 Jul 1996 23:05:19 +0000
parents fce6bf9ce9b0
children 53eb5de09ac4
comparison
equal deleted inserted replaced
15592:0ebdc7e05bfd 15593:88900acd9f99
178 if (STACK_DIR == 0) /* Unknown growth direction. */ 178 if (STACK_DIR == 0) /* Unknown growth direction. */
179 find_stack_direction (); 179 find_stack_direction ();
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. */
187 187
188 #ifdef emacs 188 #ifdef emacs
348 #endif /* CRAY2 */ 348 #endif /* CRAY2 */
349 #endif /* not CRAY_STACK */ 349 #endif /* not CRAY_STACK */
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
355 static long 355 static long
356 i00afunc (long *address) 356 i00afunc (long *address)
357 { 357 {
358 struct stk_stat status; 358 struct stk_stat status;