Ticket #4091: perl-static.patch
File perl-static.patch, 385 bytes (added by , 7 years ago) |
---|
-
regexec.c
a b 9749 9749 return TRUE; 9750 9750 } 9751 9751 9752 #ifndef PERL_IN_XSUB_RE 9753 9752 9754 bool 9753 9755 Perl__is_grapheme(pTHX_ const U8 * strbeg, const U8 * s, const U8 * strend, const UV cp) 9754 9756 { … … 9804 9806 return isGCB(cp_gcb_val, next_cp_gcb_val, strbeg, s, TRUE); 9805 9807 } 9806 9808 9807 9809 #endif 9808 9810 9809 9811 9810 9812 /*