diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:07:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:07:54 +0000 |
commit | ebafeae7404ab232f258bc8cdedeb751e7c60ecb (patch) | |
tree | 15285a6ef9c03d3ebee120d99abaf2b948b842a0 /cop.h | |
parent | 69e1fe5e7f553d4b73cddfb451a9431c0789ef8f (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; \ |