mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@33059 d073be05-634f-4543-b044-5fe20cf6d1d6
16 lines
465 B
Diff
16 lines
465 B
Diff
--- apps/irssi/src/perl/perl-common.h.org 2006-02-15 19:20:03.000000000 +0100
|
|
+++ apps/irssi/src/perl/perl-common.h 2006-02-15 19:21:56.000000000 +0100
|
|
@@ -26,12 +26,6 @@
|
|
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
|