diff options
author | Stas Bekman <stas@stason.org> | 2002-03-22 02:47:35 +0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 22:54:42 +0000 |
commit | dd76e73abcd899a61671a2e722b0d74371a359dc (patch) | |
tree | 819dde7fa388095a825c76a36afdf51d7be92466 /pod/perlxs.pod | |
parent | b42fcfb7649496da84d8534e5cebc4247e7911e5 (diff) | |
download | perl-dd76e73abcd899a61671a2e722b0d74371a359dc.tar.gz |
doc fix
Message-ID: <3C99BA47.9010403@stason.org>
p4raw-id: //depot/perl@15404
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r-- | pod/perlxs.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod index e5f5f75f37..ddc9a118fd 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 |