Codebase list libencode-perl / d1ffca5
Merge pull request #130 from khwilliamson/new_perls New perls Dan Kogai authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
386386 }
387387
388388 /* Modern perls have the capability to do this more efficiently and portably */
389 #ifdef is_utf8_string_loc_flags
389 #ifdef utf8n_to_uvchr_msgs
390390 # define CAN_USE_BASE_PERL
391391 #endif
392392
532532
533533 #else /* Use code for earlier perls */
534534
535 PERL_UNUSED_VAR(flags);
535 ((void)sizeof(flags)); /* Avoid compiler warning */
536536
537537 if (UTF8_IS_INVARIANT(*s)) {
538538 *d++ = *s++;