summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-05 02:07:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-05 02:07:54 +0000
commitebafeae7404ab232f258bc8cdedeb751e7c60ecb (patch)
tree15285a6ef9c03d3ebee120d99abaf2b948b842a0 /cop.h
parent69e1fe5e7f553d4b73cddfb451a9431c0789ef8f (diff)
downloadperl-ebafeae7404ab232f258bc8cdedeb751e7c60ecb.tar.gz
fix a location affected by change#2191, add note about POPSTACK
p4raw-link: @2191 on //depot/perl: de616352556f5da70790ceef0ca8b92726d7761a p4raw-id: //depot/perl@2196
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cop.h b/cop.h
index d3f7194c2b..1ef5e0c492 100644
--- a/cop.h
+++ b/cop.h
@@ -357,6 +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 */
#define POPSTACK \
STMT_START { \
djSP; \