From 9111ec31cc05cc607202cdc0cc8b627ca41e0340 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 22 Nov 2007 07:53:19 +0000 Subject: [PATCH] 5.00404 compile fix from Slaven Rezic. p4raw-id: //depot/perl@32446 --- ext/Storable/Storable.xs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4