Re: [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread jerry gay
On 9/20/06, chromatic <[EMAIL PROTECTED]> wrote: On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote: > thanks, applied as r14673, with a minor fix: > > -$print_coda(); > +&print_coda(); I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this case. you're right,

Re: [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread chromatic
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote: > thanks, applied as r14673, with a minor fix: > > -$print_coda(); > +&print_coda(); I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this case. -- c