12345678910111213141516171819202122232425262728293031323334353637 |
- SCM_INTERNAL SCM scm_i_prompt_pop_abort_args_x (struct scm_vm *vp,
- scm_t_ptrdiff saved_stack_depth)
- SCM_INTERNAL void scm_c_abort (struct scm_vm *vp, SCM tag, size_t n, SCM *argv,
- scm_i_jmp_buf *registers) SCM_NORETURN;
- SCM_INTERNAL SCM scm_abort_to_prompt_star (SCM tag, SCM args) SCM_NORETURN;
- SCM_INTERNAL void scm_init_control (void)
|