diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-11-15 19:48:09 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 13:42:44 +0000 |
commit | bd16a5f0b030a6752676e07b488b3ba891d6e8f7 (patch) | |
tree | e1d64b1d5eef7a420cafd8f9946f0229b5b9bc99 /embed.pl | |
parent | 8a20485cc87712d932e15dd6a022b0240d779a6f (diff) | |
download | perl-bd16a5f0b030a6752676e07b488b3ba891d6e8f7.tar.gz |
runtime runops switch
Message-ID: <20011116004809.A934@math.ohio-state.edu>
p4raw-id: //depot/perl@13044
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2187,11 +2187,9 @@ s |U8* |reghopmaybe3 |U8 *pos|I32 off|U8 *lim s |char* |find_byclass |regexp * prog|regnode *c|char *s|char *strend|char *startpos|I32 norun #endif -#if defined(PERL_IN_RUN_C) || defined(PERL_DECL_PROT) -# ifdef DEBUGGING +#if defined(PERL_IN_DUMP_C) || defined(PERL_DECL_PROT) s |CV* |deb_curcv |I32 ix s |void |debprof |OP *o -# endif #endif #if defined(PERL_IN_SCOPE_C) || defined(PERL_DECL_PROT) |