diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-22 07:53:19 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-22 07:53:19 +0000 |
commit | 9111ec31cc05cc607202cdc0cc8b627ca41e0340 (patch) | |
tree | bcf254265ad5d88a911aafba33bad7593abe92f3 | |
parent | 7444e0114b4d1cd0259f54a7bbad4594b2c6177b (diff) | |
download | perl-9111ec31cc05cc607202cdc0cc8b627ca41e0340.tar.gz |
5.00404 compile fix from Slaven Rezic.
p4raw-id: //depot/perl@32446
-rw-r--r-- | ext/Storable/Storable.xs | 1 |
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 |