From: Nicholas Clark Date: Wed, 14 Mar 2007 23:33:02 +0000 (+0000) Subject: Changes needed to get Storable to compile on 5.005_03. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80f4f32792d1ebaf9226204ada09d937bbb0f50b;p=p5sagit%2Fp5-mst-13.2.git Changes needed to get Storable to compile on 5.005_03. Passing tests is a different matter... p4raw-id: //depot/perl@30589 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 2590bfa..77ee1b7 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -18,6 +18,8 @@ #endif #if !defined(PERL_VERSION) || PERL_VERSION < 8 +#define NEED_load_module +#define NEED_vload_module #include "ppport.h" /* handle old perls */ #endif