From: Abhijit Menon-Sen Date: Thu, 22 Nov 2007 07:53:19 +0000 (+0000) Subject: 5.00404 compile fix from Slaven Rezic. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9111ec31cc05cc607202cdc0cc8b627ca41e0340;p=p5sagit%2Fp5-mst-13.2.git 5.00404 compile fix from Slaven Rezic. p4raw-id: //depot/perl@32446 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index d3c0fab..e5fc80a 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -20,6 +20,7 @@ #if !defined(PERL_VERSION) || PERL_VERSION < 8 #define NEED_load_module #define NEED_vload_module +#define NEED_newCONSTSUB #include "ppport.h" /* handle old perls */ #endif