Ticket #1795: pcre.pir.patch
| File pcre.pir.patch, 0.6 KB (added by ronaldws, 3 years ago) |
|---|
-
runtime/parrot/library/pcre.pir
108 108 # pcre *pcre_compile(const char *pattern, int options, 109 109 # const char **errptr, int *erroffset, 110 110 # const unsigned char *tableptr 111 dlfunc pcre_function, libpcre, 'pcre_compile', 'pti B3P'111 dlfunc pcre_function, libpcre, 'pcre_compile', 'ptiV3P' 112 112 set_hll_global ['PCRE'; 'NCI'], 'PCRE_compile', pcre_function 113 113 114 114 #int pcre_exec(const pcre *code, const pcre_extra *extra,
