summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 14:17:05 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 14:17:05 +0000
commit224a4551e7f27de6b7a1345be75f3d54c3df10a8 (patch)
treeb2aeb699daed73d9e8d67cdf15fb77c852377223 /op.h
parent52e1cb5ebf5e5a8cd5d3d9673b540b0c0dfe20df (diff)
downloadperl-224a4551e7f27de6b7a1345be75f3d54c3df10a8.tar.gz
Fix scalar dereference of threadsv variables (e.g. $$_).
p4raw-id: //depot/perl@291
Diffstat (limited to 'op.h')
-rw-r--r--op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/op.h b/op.h
index e3d3f3d93e..fbb5b8c8dd 100644
--- a/op.h
+++ b/op.h
@@ -131,8 +131,8 @@ typedef U32 PADOFFSET;
/* Private for OP_SORT, OP_PRTF, OP_SPRINTF, string cmp'n, and case changers */
#define OPpLOCALE 64 /* Use locale */
-/* Private for OP_SPECIFIC */
-#define OPpPM_NOT_CONST 64 /* Not constant enough for pmruntime */
+/* Private for OP_THREADSV */
+#define OPpDONE_SVREF 64 /* Been through newSVREF once */
struct op {
BASEOP