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


In the file lib/Parrot/Pmc2c.pm there is the todo item associated with
the calltype hash:

    #"BIGNUM*" => "???" # XXX

other values are mapped so:

    "char"     => "c",
    "short"    => "s",

A decision needs to be made as to what this should map to, and then it
needs to be implemented.

Reply via email to