Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / perl / perl-common.h
index 32e6e6559f390c379b7515d9f90e9cff2b0e3936..e2992ee942ea14b4c406ecd8250a98f067e3fb6f 100644 (file)
@@ -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