Remove support for perl 5.004 and older.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4706 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-02-05 01:01:06 +00:00 committed by exg
commit 4fb888ce80
8 changed files with 0 additions and 33 deletions

View file

@ -34,11 +34,6 @@
#include "XSUB.h"
#include "irssi-core.pl.h"
/* For compatibility with perl 5.004 and older */
#ifndef HAVE_PL_PERL
# define PL_perl_destruct_level perl_destruct_level
#endif
GSList *perl_scripts;
PerlInterpreter *my_perl;