This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doc fix
authorStas Bekman <stas@stason.org>
Thu, 21 Mar 2002 18:47:35 +0000 (02:47 +0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Mar 2002 22:54:42 +0000 (22:54 +0000)
Message-ID: <3C99BA47.9010403@stason.org>

p4raw-id: //depot/perl@15404

pod/perlxs.pod

index e5f5f75..ddc9a11 100644 (file)
@@ -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