This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix XXX on DEBUG_TOP_FLAG comment
authorJim Cromie <jim.cromie@gmail.com>
Sat, 4 Apr 2015 18:49:27 +0000 (12:49 -0600)
committerTony Cook <tony@develop-help.com>
Tue, 2 Jun 2015 05:10:37 +0000 (15:10 +1000)
commit31ada1fbe5f99b57f19d888d2681aa42d8b87898
tree5af7d5e183e15dc2a9268cf050d0d664e00cfb11
parent440568ac3ea48995957904d59ba142ce1ae72d90
fix XXX on DEBUG_TOP_FLAG comment

DEBUG_TOP_FLAG is ORd into PL_debug when -D option is used, so that
"if (PL_debug)" can be used, w/o also enabling (or requiring) any
specific DEBUG_(.)_FLAGs.  It is used in Perl_runops_debug to
short-circuit several DEBUG_(.)_TESTs.
perl.h