diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-16 04:09:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-16 04:09:47 +0000 |
commit | cceca5ed003bac658cb0392a14bb2f26d434bd78 (patch) | |
tree | 286c2340276a7cbefe1899f0f01767791bb31ea4 /ext/B/byteperl.c | |
parent | a9fb271febef206f32659f8abc5f9029ae2f7a25 (diff) | |
download | perl-cceca5ed003bac658cb0392a14bb2f26d434bd78.tar.gz |
propagate PERL_VERSION everywhere, add to pod
p4raw-id: //depot/perl@2957
Diffstat (limited to 'ext/B/byteperl.c')
-rw-r--r-- | ext/B/byteperl.c | 7 |
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(); |