Re: [PATCH] parrotobject.pmc return cleanup

2004-04-05 Thread Leopold Toetsch
Andrew Dougherty <[EMAIL PROTECTED]> wrote: > Two spots in parrotobject.pmc are apparently trying to return something Thanks, applied. leo

[PATCH] parrotobject.pmc return cleanup

2004-04-05 Thread Andrew Dougherty
Two spots in parrotobject.pmc are apparently trying to return something from a void function. gcc apparently doesn't mind, but non-gcc compilers might. This simple patch might help the laudanum (AIX) tinderbox. --- parrot-current/classes/parrotobject.pmc Sat Apr 3 19:00:05 2004 +++ parrot-a