summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-05 04:40:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-05 04:40:44 +0000
commit3095d9770ef6ed78f84315fc655ef2070c7b9c04 (patch)
tree672a4c42f4cdd7431474624aaba45ef7815601dc /cop.h
parentebafeae7404ab232f258bc8cdedeb751e7c60ecb (diff)
downloadperl-3095d9770ef6ed78f84315fc655ef2070c7b9c04.tar.gz
another POPSTACK victim
p4raw-id: //depot/perl@2201
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cop.h b/cop.h
index 1ef5e0c492..043ea8d6d0 100644
--- a/cop.h
+++ b/cop.h
@@ -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; \