[perl #42045] [PATCH] add return statement to clone in iterator.pmc

2007-03-31 Thread Paul Cochrane via RT
On Tue Mar 27 12:08:14 2007, [EMAIL PROTECTED] wrote: > On Saturday 24 March 2007 05:36, Klaas-Jan Stol wrote: > > > attached a patch that adds a return statement to clone in iterator.pmc > > (which was obviously forgotten?) > > How interesting that it didn't fail on Linux with GCC. Anyway, ap

Re: [perl #42045] [PATCH] add return statement to clone in iterator.pmc

2007-03-27 Thread chromatic
On Saturday 24 March 2007 05:36, Klaas-Jan Stol wrote: > attached a patch that adds a return statement to clone in iterator.pmc > (which was obviously forgotten?) How interesting that it didn't fail on Linux with GCC. Anyway, applied as r17794. -- c

[perl #42045] [PATCH] add return statement to clone in iterator.pmc

2007-03-24 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #42045] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42045 > hi, attached a patch that adds a return statement to clone in iterator.pmc (which wa