38,45d37 < /* Added for custom vm's - stis */ < typedef union scm_vm_stack_element * < (*custom_vm_t)(union scm_vm_stack_element *sp, < union scm_vm_stack_element *fp, < SCM *free, < scm_t_uint32 *callpos, < int isRegister); <