Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7e0355c5f679580a035fd112a69cb309c3b54a2b https://github.com/Perl/perl5/commit/7e0355c5f679580a035fd112a69cb309c3b54a2b Author: Tony Cook <tony@develop-help.com> Date: 2023-06-23 (Fri, 23 Jun 2023) Changed paths: M embed.fnc M embed.h M proto.h M toke.c Log Message: ----------- tick in symbols: rename new prototype scan_word and provide a forwarder The change in prototype of the non-API scan_word() function caused B::Hooks::Parser to fail to build. Instead, rename scan_word() with the new prototype to scan_word6() and provide a scan_word() with the old signature that forwards calls to the new function. scan_word6() may be removed once tick in symbol becomes an error Fixes #21162