# New Ticket Created by  Jarkko Hietaniemi 
# Please include the string:  [perl #15942]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15942 >


The subroutine.pmc and sub.pmc problems ([perl #15920]) are gone now
that Dan checked in the patches but now new discontent has appeared:

CC-167 cc: ERROR File = hash.c, Line = 440
  Argument of type "KEY_ATOM *" is incompatible with parameter of type "KEY *".

              hash_put(interp, ret, b->key, key_clone(interp, &(b->value)));
                                                              ^

CC-167 cc: ERROR File = hash.c, Line = 440
  Argument of type "KEY *" is incompatible with parameter of type "KEY_ATOM *".

              hash_put(interp, ret, b->key, key_clone(interp, &(b->value)));
                                            ^

2 errors detected in the compilation of "hash.c".

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen


Reply via email to