Re: [PATCH] parrotobject.pmc return cleanup
Andrew Dougherty <[EMAIL PROTECTED]> wrote: > Two spots in parrotobject.pmc are apparently trying to return something Thanks, applied. leo
[PATCH] parrotobject.pmc return cleanup
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