Re: primitive _exit

2006-04-27 Thread Neil Jerram
Kevin Ryde <[EMAIL PROTECTED]> writes: > The subject of _exit() as opposed to exit() has come up before. I > propose to add _exit as a `primitive-primitive-exit', so you can > really get out of a process straight away, with no C or Scheme level > stuff. The docs would be per below, adding the ex

Re: throw.c SCM_CDAR line 739

2006-04-27 Thread Bill Schottstaedt
>> Perhaps it should be: >> >>!scm_is_pair (SCM_CAR (wind_goal)) || !scm_is_eq (SCM_CDAR (wind_goal), >> jmpbuf); > > Are you confident about that? I glanced at the code before but > couldn't understand what was meant to be happening. No, I'm not confident! I also can't understand the