diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-01 01:22:20 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-01 01:22:20 +0000 |
commit | 90e3715fae5c61e6e1833dc9ad520176419400f4 (patch) | |
tree | 7932be82c4132e863d8e844df2e23b924e540b60 /perl.c | |
parent | 65b06e02d98d79674a9890d225d9bbf7b8191dbe (diff) | |
download | perl-90e3715fae5c61e6e1833dc9ad520176419400f4.tar.gz |
Eliminate the use of PL_curforce outside of toke.c
p4raw-id: //depot/perl@30821
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -411,10 +411,6 @@ perl_construct(pTHXx) PL_timesbase.tms_cstime = 0; #endif -#ifdef PERL_MAD - PL_curforce = -1; -#endif - ENTER; } |