X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fperl-shared%2FRRDs.xs;h=252018f53b2942d2f25583375fe7b086c54c310a;hb=cb0eb540cb4e6305ab1d482fe2248ca4d74a605d;hp=7c75f027dfe9ab65978648637e129dce0cce7752;hpb=322802cfe079f1fdc2e4ec27da5bf11e65be07cb;p=rrdtool.git 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";\