From: John Darrington Date: Sat, 9 Oct 2010 07:51:01 +0000 (+0200) Subject: Perl Module: Add prototypes keyword to XS definition X-Git-Tag: v0.7.6~78 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=9caaf6861a60c4298d76683c3cad576581fdd6f0 Perl Module: Add prototypes keyword to XS definition --- diff --git a/perl-module/PSPP.xs b/perl-module/PSPP.xs index 15d3b606..400aeda7 100644 --- a/perl-module/PSPP.xs +++ b/perl-module/PSPP.xs @@ -166,6 +166,8 @@ MODULE = PSPP MODULE = PSPP PACKAGE = PSPP +PROTOTYPES: ENABLE + void onBoot (ver) const char *ver