summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2009-08-30 15:13:26 -0700
committerChip Salzenberg <chip@pobox.com>2009-08-30 15:13:26 -0700
commitf0e3f042f14b829ffcf1b636f3090c8f69fa2a97 (patch)
treee9e6094d8d18f7ceb75403905ccc19f154aaf31e /mg.c
parentd418880282b996e8cb066a570596b473fa7900da (diff)
downloadperl-f0e3f042f14b829ffcf1b636f3090c8f69fa2a97.tar.gz
finish implementing -DB vs. -Dx
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index c15119fd55..15ae6ce349 100644
--- a/mg.c
+++ b/mg.c
@@ -2334,7 +2334,7 @@ Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
#ifdef DEBUGGING
s = SvPV_nolen_const(sv);
PL_debug = get_debug_opts(&s, 0) | DEBUG_TOP_FLAG;
- DEBUG_x(dump_all());
+ DEBUG_B(dump_all());
#else
PL_debug = (SvIV(sv)) | DEBUG_TOP_FLAG;
#endif