Re: [PATCH stacks.[hc] interpreter.c] new_stack()

2002-01-03 Thread Dan Sugalski
At 02:32 PM 1/3/2002 -0800, Brent Dax wrote: >The patch below my sig adds a new_stack() function to take care of the >allocation and setup of "generic" stacks. It's called like: > > new_stack(interpreter, &base, &top); > >This in preparation for my third regex patch, which I should have r

[PATCH stacks.[hc] interpreter.c] new_stack()

2002-01-03 Thread Brent Dax
The patch below my sig adds a new_stack() function to take care of the allocation and setup of "generic" stacks. It's called like: new_stack(interpreter, &base, &top); This in preparation for my third regex patch, which I should have ready in a few days. --Brent Dax [EMAIL PROTECTED] C