diff options
author | Robin Houston <robin@cpan.org> | 2005-10-14 01:54:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-19 20:46:50 +0000 |
commit | e4c5ccf3177be837114b952c25e52a6812f35eb5 (patch) | |
tree | 3cb0b2f16a4dac34aa1f36c59756b461f2b9ba55 /op.h | |
parent | 76e603de23f04d6f155b7c537f88eaf478e50689 (diff) | |
download | perl-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |