From: Jesse Luehrs Date: Fri, 12 Nov 2010 07:02:02 +0000 (-0600) Subject: disable prototypes X-Git-Tag: 0.14~62 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be2a7e99515c2096db81cd42d59b2476e92795de;p=gitmo%2FPackage-Stash-XS.git disable prototypes --- diff --git a/Stash.xs b/Stash.xs index 2ca99a0..b83e2b1 100644 --- a/Stash.xs +++ b/Stash.xs @@ -22,6 +22,8 @@ HV *_get_namespace(SV *self) MODULE = Package::Stash PACKAGE = Package::Stash +PROTOTYPES: DISABLE + SV* new(class, package_name) char *class