Branch: refs/heads/yves/add_nicer_PERL_DEB_aliases
Home: https://github.com/Perl/perl5
Commit: c974d34bd16d6c4eeff0f7aa6f6b836f951159cd
https://github.com/Perl/perl5/commit/c974d34bd16d6c4eeff0f7aa6f6b836f951159cd
Author: Yves Orton <[email protected]>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M perl.h
Log Message:
-----------
perl.h - add nice aliases for PERL_DEB() and PERL_DEB2()
This patch adds PERL_IF_DEBUGGING() as an alias for PERL_DEB() and
and adds PERL_IF_DEBUGGING_ELSE() as an alias for PERL_DEB2(). (Thanks
to mauke for the names.) It also documents them, along with PERL_DEBUG()
and DEBUG_r() and friends.
Currently I have not switched the existing PERL_DEB() or PERL_DEB2() calls
to use the new names. I wanted to get feedback on this first.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications