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 "defined" should be an "exists" obviously.
leo

Reply via email to