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:
c3c9327
)
Note GIMME is deprecated
author
Karl Williamson
<khw@cpan.org>
Wed, 22 Jul 2020 23:04:34 +0000
(17:04 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 15 Aug 2020 12:13:58 +0000
(06:13 -0600)
op.h
patch
|
blob
|
blame
|
history
diff --git
a/op.h
b/op.h
index
6e7dc31
..
3264aeb
100644
(file)
--- a/
op.h
+++ b/
op.h
@@
-77,7
+77,7
@@
The XSUB-writer's equivalent to Perl's C<wantarray>. Returns C<G_VOID>,
C<G_SCALAR> or C<G_ARRAY> for void, scalar or list context,
respectively. See L<perlcall> for a usage example.
-=for apidoc Amn|U32|GIMME
+=for apidoc Amn
D
|U32|GIMME
A backward-compatible version of C<GIMME_V> which can only return
C<G_SCALAR> or C<G_ARRAY>; in a void context, it returns C<G_SCALAR>.
Deprecated. Use C<GIMME_V> instead.