Put back the cygwin32 Configure fix of 3582 undone by 3597.
[p5sagit/p5-mst-13.2.git] / miniperlmain.c
index 3265bc7..11635dd 100644 (file)
@@ -13,6 +13,7 @@
 
 static void xs_init (pTHX);
 static PerlInterpreter *my_perl;
+static struct perl_thread *thr;                /* XXXXXX testing */
 
 #if defined (__MINT__) || defined (atarist)
 /* The Atari operating system doesn't have a dynamic stack.  The
@@ -37,8 +38,6 @@ main(int argc, char **argv, char **env)
 
     PERL_SYS_INIT(&argc,&argv);
 
-    init_i18nl10n(1);
-
     if (!PL_do_undump) {
        my_perl = perl_alloc();
        if (!my_perl)