Index: runtime/parrot/library/pcre.pir =================================================================== --- runtime/parrot/library/pcre.pir (revision 49024) +++ runtime/parrot/library/pcre.pir (working copy) @@ -108,7 +108,7 @@ # pcre *pcre_compile(const char *pattern, int options, # const char **errptr, int *erroffset, # const unsigned char *tableptr - dlfunc pcre_function, libpcre, 'pcre_compile', 'ptiB3P' + dlfunc pcre_function, libpcre, 'pcre_compile', 'ptiV3P' set_hll_global ['PCRE'; 'NCI'], 'PCRE_compile', pcre_function #int pcre_exec(const pcre *code, const pcre_extra *extra,