Klaas-Jan Stol via RT wrote:
Is there any reason not to close this ticket?
Do it.
Allison
Am Mittwoch, 18. Oktober 2006 20:46 schrieben Sie:
> Do you thing you could annotate the rest of the flags as to when they
> are used?
typedef enum {
SUB_FLAG_CORO_FF = PObj_private0_FLAG, /* r */
SUB_FLAG_C_HANDLER= PObj_private0_FLAG, r / C exceptions only
SUB_
Thanks I didn't know which flag too pick.
I finally did get flex and bison to run.
Do you thing you could annotate the rest of the flags as to when they
are used?
Kevin
Leopold Toetsch wrote:
Am Mittwoch, 18. Oktober 2006 17:20 schrieb Kevin Tew:
Working code with test.
I stole PBC_POS
Am Mittwoch, 18. Oktober 2006 17:20 schrieb Kevin Tew:
> Working code with test.
>
> I stole PBC_POSTCOMP's flag for the short term.
That's an unfortunate decision. There are load-time flags and run-time flags.
You can just take one of the runtime-flags. I'd propose you use:
SUB_FLAG_TAILCAL