On Wed, Sep 12, 2007 at 09:07:00AM -0700, Klaas-Jan Stol wrote: > I propose to make IMCC a bit stricter and have it enforce to use the > appropriate closing directive. So, close .pcc_begin_return with a > .pcc_end_return directive, and likewise for _yield directives. > > (on a side note, instead of using ".return" directives in a yield block, we > could introduce ".yield" directive, making it even more explicit that it's a > yield statement)
Just a note that IMCC/PIR already has a ".yield" directive. Pm