From dd76e73abcd899a61671a2e722b0d74371a359dc Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Fri, 22 Mar 2002 02:47:35 +0800 Subject: [PATCH] doc fix Message-ID: <3C99BA47.9010403@stason.org> p4raw-id: //depot/perl@15404 --- pod/perlxs.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pod/perlxs.pod b/pod/perlxs.pod index e5f5f75..ddc9a11 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -1190,6 +1190,14 @@ prototypes. timep RETVAL +If the prototypes are enabled, you can disable it locally for a given +XSUB as in the following example: + + void + rpcb_gettime_noproto() + PROTOTYPE: DISABLE + ... + =head2 The ALIAS: Keyword The ALIAS: keyword allows an XSUB to have two or more unique Perl names -- 1.8.3.1