summaryrefslogtreecommitdiff
path: root/xsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'xsutils.c')
-rw-r--r--xsutils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsutils.c b/xsutils.c
index 3493565bc7..d15de65c07 100644
--- a/xsutils.c
+++ b/xsutils.c
@@ -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, "$");