diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 04:40:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 04:40:44 +0000 |
commit | 3095d9770ef6ed78f84315fc655ef2070c7b9c04 (patch) | |
tree | 672a4c42f4cdd7431474624aaba45ef7815601dc /cop.h | |
parent | ebafeae7404ab232f258bc8cdedeb751e7c60ecb (diff) | |
download | perl-3095d9770ef6ed78f84315fc655ef2070c7b9c04.tar.gz |
another POPSTACK victim
p4raw-id: //depot/perl@2201
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -357,8 +357,8 @@ typedef struct stackinfo PERL_SI; #define PUSHSTACK PUSHSTACKi(PERLSI_UNKNOWN) -/* POPSTACK works with PL_stack_sp, so any local sp modifications may - * need to be flushed with a PUTBACK */ +/* POPSTACK works with PL_stack_sp, so it may need to be bracketed by + * PUTBACK/SPAGAIN to flush/refresh any local SP that may be active */ #define POPSTACK \ STMT_START { \ djSP; \ |