Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 324161 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/racket/gc2/newgc.c (-1 / +1 lines)
Lines 3895-3901 void GC_dump_variable_stack(void **var_stack, Link Here
3895
  stack_get_type_name = get_type_name;
3895
  stack_get_type_name = get_type_name;
3896
  stack_get_xtagged_name = get_xtagged_name;
3896
  stack_get_xtagged_name = get_xtagged_name;
3897
  stack_print_tagged_value = print_tagged_value;
3897
  stack_print_tagged_value = print_tagged_value;
3898
  GC_do_dump_variable_stack(var_stack, delta, limit, stack_mem);
3898
  GC_do_dump_variable_stack(var_stack, delta, limit, stack_mem, GC_get_GC());
3899
}
3899
}
3900
3900
3901
#endif
3901
#endif

Return to bug 324161