diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-10 23:21:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-11 03:07:03 +0000 |
commit | 1aebe30af2c0b05c78754c84317e50a47a2d0995 (patch) | |
tree | 88530db4c0fa516938f30f9b1d0e7e9a5db1b039 /ext/B/C | |
parent | 3e3f5e61dbaf80be7bb6393d494e3662496818b6 (diff) | |
download | perl-1aebe30af2c0b05c78754c84317e50a47a2d0995.tar.gz |
Re: [PATCH] xsubpp prototypes warnings
Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15154
Diffstat (limited to 'ext/B/C')
-rw-r--r-- | ext/B/C/C.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/B/C/C.xs b/ext/B/C/C.xs index 15c9c5c6fd..3c52e4a296 100644 --- a/ext/B/C/C.xs +++ b/ext/B/C/C.xs @@ -47,5 +47,7 @@ my_runops(pTHX) MODULE=B__C PACKAGE=B::C +PROTOTYPES: DISABLE + BOOT: PL_runops = my_runops; |