X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=blobdiff_plain;f=program%2Fbindings%2Fperl-shared%2FRRDs.xs;h=252018f53b2942d2f25583375fe7b086c54c310a;hp=7c75f027dfe9ab65978648637e129dce0cce7752;hb=a9ff1e3241e05641dcc7cc4fbbc75eb214f3647d;hpb=63776ed3e19606f4fe021c5a42e6ac83db0c6fa8 diff --git a/program/bindings/perl-shared/RRDs.xs b/program/bindings/perl-shared/RRDs.xs index 7c75f027..252018f5 100644 --- a/program/bindings/perl-shared/RRDs.xs +++ b/program/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";\