This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54ae73
)
parts/apicheck.pl: MULTICALL needs declarations to compile
author
Karl Williamson
<khw@cpan.org>
Tue, 2 Jul 2019 16:46:18 +0000
(10:46 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:29 +0000
(16:39 -0600)
(cherry picked from commit
27cc0c8cf320818b8d81ec0f0ddd9e1f71cb1a38
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/apicheck.pl
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/parts/apicheck.pl
b/dist/Devel-PPPort/parts/apicheck.pl
index
d4c59f7
..
64b2af8
100644
(file)
--- a/
dist/Devel-PPPort/parts/apicheck.pl
+++ b/
dist/Devel-PPPort/parts/apicheck.pl
@@
-80,7
+80,10
@@
my %ignorerv = (
);
my %stack = (
+ MULTICALL => ['dMULTICALL;'],
ORIGMARK => ['dORIGMARK;'],
+ POP_MULTICALL => ['dMULTICALL;', 'U8 gimme;' ],
+ PUSH_MULTICALL => ['dMULTICALL;', 'U8 gimme;' ],
POPpbytex => ['STRLEN n_a;'],
POPpx => ['STRLEN n_a;'],
PUSHi => ['dTARG;'],