summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2007-11-22 07:53:19 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2007-11-22 07:53:19 +0000
commit9111ec31cc05cc607202cdc0cc8b627ca41e0340 (patch)
treebcf254265ad5d88a911aafba33bad7593abe92f3 /ext
parent7444e0114b4d1cd0259f54a7bbad4594b2c6177b (diff)
downloadperl-9111ec31cc05cc607202cdc0cc8b627ca41e0340.tar.gz
5.00404 compile fix from Slaven Rezic.
p4raw-id: //depot/perl@32446
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index d3c0fab386..e5fc80aa94 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