Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5265c6667a62061ddfafdef3e320bc789da968c9
      
https://github.com/Perl/perl5/commit/5265c6667a62061ddfafdef3e320bc789da968c9
  Author: Karl Williamson <k...@cpan.org>
  Date:   2025-08-04 (Mon, 04 Aug 2025)

  Changed paths:
    M dump.c

  Log Message:
  -----------
   dump.c: Fix broken c++ compilations in

Commit bce5eba453b71437b5d508b1e717646587dda0db broke c++ compilations
because a goto now crosses declarations with initialization.

This commit merely separates the declarations from their initialization,
and moves the declarations to before the goto.

The alternative could just as easily have been to move the goto to after
the initialization, but the initialization would then be (a bit of)
extra work, and more importantly, that would break the code flow of
immediately using the initialized values.



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

Reply via email to