Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 747049
Collapse All | Expand All

(-)libguile/continuations.c.orig (-1 / +1 lines)
Lines 302-308 Link Here
302
302
303
#if SCM_STACK_GROWS_UP
303
#if SCM_STACK_GROWS_UP
304
  if (dst + continuation->num_stack_items >= &stack_top_element)
304
  if (dst + continuation->num_stack_items >= &stack_top_element)
305
    grow_stack (cont, mra);
305
    grow_stack (cont);
306
#else
306
#else
307
  dst -= continuation->num_stack_items;
307
  dst -= continuation->num_stack_items;
308
  if (dst <= &stack_top_element)
308
  if (dst <= &stack_top_element)

Return to bug 747049