summaryrefslogtreecommitdiff
path: root/src/perl/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/module.h')
-rw-r--r--src/perl/module.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/perl/module.h b/src/perl/module.h
index 9a2e8063..2fd15137 100644
--- a/src/perl/module.h
+++ b/src/perl/module.h
@@ -10,11 +10,6 @@
# undef _
# undef PACKAGE
-/* For compatibility with perl 5.004 and older */
-# ifndef ERRSV
-# define ERRSV GvSV(errgv)
-# endif
-
extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */
#endif