Skip to content

Commit

Permalink
utf8.c: Rmv #undef
Browse files Browse the repository at this point in the history
This is unnecessary in a .c file, and the code it referred to has been
moved away.
  • Loading branch information
khwilliamson committed Aug 14, 2021
1 parent 8010ec0 commit 9be343b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utf8.c
Expand Up @@ -773,8 +773,6 @@ S_does_utf8_overflow(const U8 * const s,

}

#undef FF_OVERLONG_PREFIX

STRLEN
Perl_is_utf8_char_helper_(const U8 * const s, const U8 * e, const U32 flags)
{
Expand Down

0 comments on commit 9be343b

Please sign in to comment.