diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-05 01:01:06 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-05 01:01:06 +0000 |
commit | 4fb888ce80f9185d5635a9722dc7b28f4cdf4800 (patch) | |
tree | d78709052620735f32dbec7b3c07f2f9774b665a /src/perl/perl-common.h | |
parent | ffe5bd693092ed66840a64d8c0164c5999fc4adb (diff) | |
download | irssi-4fb888ce80f9185d5635a9722dc7b28f4cdf4800.zip |
Remove support for perl 5.004 and older.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4706 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/perl-common.h')
-rw-r--r-- | src/perl/perl-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/perl/perl-common.h b/src/perl/perl-common.h index 32e6e655..e2992ee9 100644 --- a/src/perl/perl-common.h +++ b/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 |