summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-16 00:20:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-17 16:57:51 -0700
commit9c47725a2c7c1a5a17231082af905d106c5467fb (patch)
tree5304bf69f59a3d3d06b5ae851be1648777069457 /scope.h
parent62698e047b935ed44827dc9c8a013c1c41a9697d (diff)
downloadperl-9c47725a2c7c1a5a17231082af905d106c5467fb.tar.gz
Revert "Set PL_comppad_name on sub entry"
This reverts commit d2c8bf052f5a8bb99050f6d2418d77151eb4b468.
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scope.h b/scope.h
index a69be5fe79..0fad9a38a4 100644
--- a/scope.h
+++ b/scope.h
@@ -208,8 +208,7 @@ scope has the given name. Name must be a literal string.
#define SAVEHINTS() save_hints()
-#define SAVECOMPPAD() save_pushptrptr(MUTABLE_SV(PL_comppad_name), \
- MUTABLE_SV(PL_comppad), SAVEt_COMPPAD)
+#define SAVECOMPPAD() save_pushptr(MUTABLE_SV(PL_comppad), SAVEt_COMPPAD)
#define SAVESWITCHSTACK(f,t) \
STMT_START { \