diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-04 23:02:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-04 23:02:16 +0000 |
commit | de616352556f5da70790ceef0ca8b92726d7761a (patch) | |
tree | ca54c449bd8d8a0641f7d0587ca47a51bcb76e7e /cop.h | |
parent | 8f1e745d9a1b9f298473c1ec14e5946d7ed2134f (diff) | |
download | perl-de616352556f5da70790ceef0ca8b92726d7761a.tar.gz |
refetch local stack pointer in POPSTACK
p4raw-id: //depot/perl@2191
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -359,6 +359,7 @@ typedef struct stackinfo PERL_SI; #define POPSTACK \ STMT_START { \ + djSP; \ PERL_SI *prev = PL_curstackinfo->si_prev; \ if (!prev) { \ PerlIO_printf(PerlIO_stderr(), "panic: POPSTACK\n"); \ |