From: Shlomi Fish Date: Sat, 15 May 2010 18:37:46 +0000 (+0300) Subject: Link from GIMME_V to perlcall for a usage example. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=683d9ad15a8b09b17249f2efd39d10a9a251cd95;p=p5sagit%2Fp5-mst-13.2.git Link from GIMME_V to perlcall for a usage example. Added a link from the GIMME_V entry to perlcall for a usage example. Signed-off-by: David Golden --- diff --git a/op.h b/op.h index b66c4a1..712039c 100644 --- a/op.h +++ b/op.h @@ -85,7 +85,7 @@ typedef PERL_BITFIELD16 Optype; =for apidoc Amn|U32|GIMME_V The XSUB-writer's equivalent to Perl's C. Returns C, C or C for void, scalar or list context, -respectively. +respectively. See L for a usage example. =for apidoc Amn|U32|GIMME A backward-compatible version of C which can only return