Suppression de code #if 0 inutile
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3415 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
1a9c1df96e
commit
2565811d4d
|
@ -44,15 +44,11 @@ static void compare_free_stack(void)
|
|||
}
|
||||
}
|
||||
|
||||
/* Same, then raise Stack_overflow */
|
||||
/* Same, then raise Out_of_memory */
|
||||
static void compare_stack_overflow(void)
|
||||
{
|
||||
compare_free_stack();
|
||||
#if 0
|
||||
raise_stack_overflow();
|
||||
#else
|
||||
raise_out_of_memory();
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Grow the compare stack */
|
||||
|
|
Loading…
Reference in New Issue