Re: [perl #17402] [PATCH] Duplicate defined_keyed in array.pmc

2002-09-18 Thread Sean O'Rourke
Thanks, applied. /s

Re: [perl #17402] [PATCH] Duplicate defined_keyed in array.pmc

2002-09-18 Thread Leopold Toetsch
Leon Brocard (via RT) wrote: > classes/array.pmc had a duplicate defined_keyed which gcc under > Jagwyre complained. Here is a patch to remove one of the > duplicates. The tests still pass. > > Leon > > > -INTVAL defined_keyed (PMC* key) { +INTVAL exists_keyed (PMC* key) { The second

[perl #17402] [PATCH] Duplicate defined_keyed in array.pmc

2002-09-18 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #17402] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17402 > classes/array.pmc had a duplicate defined_keyed which gcc under Jagwyre complained. Her