Ticket #4091: perl-static.patch

File perl-static.patch, 385 bytes (added by Armin, 7 years ago)

chapter 5 fix

  • regexec.c

    a b  
    97499749    return TRUE;
    97509750}
    97519751
     9752#ifndef PERL_IN_XSUB_RE
     9753
    97529754bool
    97539755Perl__is_grapheme(pTHX_ const U8 * strbeg, const U8 * s, const U8 * strend, const UV cp)
    97549756{
     
    98049806    return isGCB(cp_gcb_val, next_cp_gcb_val, strbeg, s, TRUE);
    98059807}
    98069808
    9807 
     9809#endif
    98089810
    98099811
    98109812/*