diff options
author | Tim Jenness <tjenness@cpan.org> | 2001-02-27 03:24:58 -1000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 14:33:39 +0000 |
commit | 39644a267dae6dfa935b1c1d39151eb399850949 (patch) | |
tree | 98092472b53e8d4b0a3c9b19e7a554ba1aa7d1f1 /cop.h | |
parent | 7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f (diff) | |
download | perl-39644a267dae6dfa935b1c1d39151eb399850949.tar.gz |
Re: sync sync sync: have I missed any patches?
In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
Replace djSP with dSP.
p4raw-id: //depot/perl@8963
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ typedef struct stackinfo PERL_SI; * PUTBACK/SPAGAIN to flush/refresh any local SP that may be active */ #define POPSTACK \ STMT_START { \ - djSP; \ + dSP; \ PERL_SI *prev = PL_curstackinfo->si_prev; \ if (!prev) { \ PerlIO_printf(Perl_error_log, "panic: POPSTACK\n"); \ |