On Sat, Oct 18, 2008 at 07:40:36AM -0700, Andrew Whitworth via RT wrote:
> On Sat Oct 18 07:38:32 2008, Whiteknight wrote:
> > > On Wed Sep 17 09:50:10 2008, kjs wrote:
> > I've added ".tailcall" syntax to IMCC. It is supposed to be used instead
> > of ".return" in tailcall context. Using ".return" for this is deprecated. 
> > 
> > I haven't tested yet, but i assume there are going to be a lot of uses
> > of the old syntax throughout the repo that will need to be updated. Do
> > any of our code generators like PCT use the old syntax? If so, how hard
> > would it be to update them?

A good first approximation might be to do the following:

    ack "\.return\s+[^(]"

On my system this returns about 750 candidates.

Pm

Reply via email to