Re: [perl #39926] [TODO] :init attribute (was Re: Implement .loadlib pragma in IMCC)

2007-11-13 Thread Allison Randal
Klaas-Jan Stol via RT wrote: Is there any reason not to close this ticket? Do it. Allison

Re: [perl #39926] [TODO] :init attribute

2006-10-18 Thread Leopold Toetsch
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_

Re: [perl #39926] [TODO] :init attribute

2006-10-18 Thread Kevin Tew
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

Re: [perl #39926] [TODO] :init attribute

2006-10-18 Thread Leopold Toetsch
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