summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2005-10-14 01:54:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-19 20:46:50 +0000
commite4c5ccf3177be837114b952c25e52a6812f35eb5 (patch)
tree3cb0b2f16a4dac34aa1f36c59756b461f2b9ba55 /op.h
parent76e603de23f04d6f155b7c537f88eaf478e50689 (diff)
downloadperl-e4c5ccf3177be837114b952c25e52a6812f35eb5.tar.gz
Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25808
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/op.h b/op.h
index 6482d20fee..0f54a67095 100644
--- a/op.h
+++ b/op.h
@@ -507,6 +507,9 @@ struct loop {
#define PERL_LOADMOD_NOIMPORT 0x2
#define PERL_LOADMOD_IMPORT_OPS 0x4
+/* used in perly.y */
+#define ref(o, type) doref(o, type, TRUE)
+
#ifdef USE_REENTRANT_API
#include "reentr.h"
#endif