X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fperl%2Fperl-common.h;fp=apps%2Firssi%2Fsrc%2Fperl%2Fperl-common.h;h=e2992ee942ea14b4c406ecd8250a98f067e3fb6f;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=32e6e6559f390c379b7515d9f90e9cff2b0e3936;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/src/perl/perl-common.h b/apps/irssi/src/perl/perl-common.h index 32e6e655..e2992ee9 100644 --- a/apps/irssi/src/perl/perl-common.h +++ b/apps/irssi/src/perl/perl-common.h @@ -26,12 +26,6 @@ char *perl_function_get_package(const char *function); Increases the reference counter for the return value. */ SV *perl_func_sv_inc(SV *func, const char *package); -/* For compatibility with perl 5.004 and older */ -#ifndef HAVE_PL_PERL -# define PL_sv_undef sv_undef -extern STRLEN PL_na; -#endif - #ifndef pTHX_ # define pTHX_ #endif