diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-05-31 07:52:23 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-05-31 07:52:23 +0000 |
commit | 5e55ece6ce77704a5ba6e6f245041d9aa0e35eed (patch) | |
tree | 3ba454a09586f8454d3303616d0e0016e039effd /xsutils.c | |
parent | c0d2f6ab69cc2eb7aa380c960d576a0178b56d9b (diff) | |
parent | 8423129d2151a4d88705c49b97f5e75a6dc26034 (diff) | |
download | perl-5e55ece6ce77704a5ba6e6f245041d9aa0e35eed.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@10342
Diffstat (limited to 'xsutils.c')
-rw-r--r-- | xsutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ XS(XS_attributes_bootstrap) dXSARGS; char *file = __FILE__; + if( items > 0 ) + Perl_croak(aTHX_ "Usage: bootstrap"); + newXSproto("attributes::_warn_reserved", XS_attributes__warn_reserved, file, ""); newXS("attributes::_modify_attrs", XS_attributes__modify_attrs, file); newXSproto("attributes::_guess_stash", XS_attributes__guess_stash, file, "$"); |