9 Apr
2008
9 Apr
'08
8:37 p.m.
Rich wrote:
This looks like a bug to me.
Yup, good catch. We should either add restore_stack(saved); before the return, though I'd prefer and else clause so there's one return at the bottom with the restore_stack. I was going to say use a goto, but the else is so easy there's no excuse for a goto :-) Thanks, Tim