summaryrefslogtreecommitdiff
path: root/ext/B/byteperl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/byteperl.c')
-rw-r--r--ext/B/byteperl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/B/byteperl.c b/ext/B/byteperl.c
index 6b53e3b174..313ca031e8 100644
--- a/ext/B/byteperl.c
+++ b/ext/B/byteperl.c
@@ -1,8 +1,5 @@
#include "EXTERN.h"
#include "perl.h"
-#ifndef PATCHLEVEL
-#include "patchlevel.h"
-#endif
static void xs_init _((void));
static PerlInterpreter *my_perl;
@@ -28,11 +25,7 @@ main(int argc, char **argv, char **env)
INIT_SPECIALSV_LIST;
PERL_SYS_INIT(&argc,&argv);
-#if PATCHLEVEL > 3 || (PATCHLEVEL == 3 && SUBVERSION >= 1)
perl_init_i18nl10n(1);
-#else
- perl_init_i18nl14n(1);
-#endif
if (!PL_do_undump) {
my_perl = perl_alloc();