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