# New Ticket Created by David Lloyd # Please include the string: [netlabs #656] # in the subject line of all future correspondence about this issue. # <URL: http://bugs6.perl.org/rt2/Ticket/Display.html?id=656 >
Replaces my previous patch. This essentially changes the Parrot_dlsym funcs to take a const char * for the symbol, which is more consistant with the way that dlsym works anyway (at least on *NIX), thereby eliminating warnings in core.ops (under the loadlib stuff). Also adds in the (void *) cast that gets rid of zillion-line warnings that solaris CC likes to hand out in such cases. - D <[EMAIL PROTECTED]>