• Jeremy Hylton's avatar
    Possible fix for ZClass problem with persistent_id(). · ea15fb62
    Jeremy Hylton authored
    The get_class() function will not find a class for a ZClass, but it
    shouldn't fail.  Fix this by making the class an output paramter got
    get_class() and returning 1/0 for success / failure.  A ZClass should
    succeed trivially because it is not an extension class.
    ea15fb62
coptimizations.c 7.49 KB