From: oetiker Date: Tue, 17 Jan 2012 06:53:29 +0000 (+0000) Subject: remove perl 5.004 compatibility hack and make things work on newer perls in exchange :-) X-Git-Url: https://git.tokkee.org/?p=rrdtool.git;a=commitdiff_plain;h=ce2bc4ed3229fcd9e9f7ce34d141f6be98a833ed remove perl 5.004 compatibility hack and make things work on newer perls in exchange :-) git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2258 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/perl-shared/RRDs.xs b/bindings/perl-shared/RRDs.xs index 7c75f02..252018f 100644 --- a/bindings/perl-shared/RRDs.xs +++ b/bindings/perl-shared/RRDs.xs @@ -32,12 +32,6 @@ extern "C" { #define VERSION VERSION_SAVED #undef VERSION_SAVED -/* perl 5.004 compatibility */ -#ifndef PL_sv_undef -#define PL_sv_undef sv_undef -#endif - - #define rrdcode(name) \ argv = (char **) malloc((items+1)*sizeof(char *));\ argv[0] = "dummy";\