summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2002-03-02 00:49:58 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-03 04:40:08 +0000
commit1045810a2eefbb8aa6c05bba7cac36942959fec7 (patch)
tree9b358824ffd7616299037cdd977dcd549b44d3f0 /sv.h
parent9c493e7aec33685418d2252a524219fe91183a99 (diff)
downloadperl-1045810a2eefbb8aa6c05bba7cac36942959fec7.tar.gz
Debugging OPs
Message-Id: <20020302054958.A5511@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14956
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index d925421b20..8fd4ae7b69 100644
--- a/sv.h
+++ b/sv.h
@@ -1229,7 +1229,7 @@ Returns a pointer to the character buffer.
#define SvSetMagicSV_nosteal(dst,src) \
SvSetSV_nosteal_and(dst,src,SvSETMAGIC(dst))
-#ifdef DEBUGGING
+#if !defined(SKIP_DEBUGGING)
#define SvPEEK(sv) sv_peek(sv)
#else
#define SvPEEK(sv) ""