develooper Front page | perl.perl5.changes | Postings from June 2023

[Perl/perl5] 7e0355: tick in symbols: rename new prototype scan_wordan...

From:
Tony Cook via perl5-changes
Date:
June 23, 2023 15:16
Subject:
[Perl/perl5] 7e0355: tick in symbols: rename new prototype scan_wordan...
Message ID:
Perl/perl5/push/refs/heads/blead/febf33-7e0355@github.com
  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





nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About