Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f8647d3280614d4c72a4ce4e0ee3c20535be74ca https://github.com/Perl/perl5/commit/f8647d3280614d4c72a4ce4e0ee3c20535be74ca Author: Karl Williamson <k...@cpan.org> Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths: M toke.c M utf8.h Log Message: ----------- toke.c: Use clearer synonyms MARK here is very internal to UTF-8 guts. This creates a clearer synonym for it and uses that in a macro defintion instead of the older, less clear name. Two of the toke.c uses of MARK are replaced by the macro, and the third and final one by the new synonym. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications