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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/libguile/continuations.c
0
++ b/libguile/continuations.c
Lines 323-329 Link Here
323
323
324
#if SCM_STACK_GROWS_UP
324
#if SCM_STACK_GROWS_UP
325
  if (dst + continuation->num_stack_items >= &stack_top_element)
325
  if (dst + continuation->num_stack_items >= &stack_top_element)
326
    grow_stack (cont);
326
    grow_stack (cont, mra);
327
#else
327
#else
328
  dst -= continuation->num_stack_items;
328
  dst -= continuation->num_stack_items;
329
  if (dst <= &stack_top_element)
329
  if (dst <= &stack_top_element)

Return to bug 705554