Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ccc51b76bad07e4bcfeef5b750e33de84db08b4d
      
https://github.com/Perl/perl5/commit/ccc51b76bad07e4bcfeef5b750e33de84db08b4d
  Author: Karl Williamson <[email protected]>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M embed.fnc

  Log Message:
  -----------
  embed.fnc: Fix resume_compcv entry

The flags indicate that there is a Perl_resume_compcv(), that it is
intended to be public API, though undocumented, and that there is a
macro defining its short name 'resume_compcv'.  But there is no such
macro.

Instead, there are two macros that call this through its long form, and
are documented: 'resume_compcv_and_save' and 'resume_compcv_final'.
They should be marked as public api.

Change the flags to indicate resume_compcv() is internal without a short
name, but needs to be publicly accessible, so those macros (now marked
public api) can use it.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to