diff options
Diffstat (limited to 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index 3265bc76da..1ac5de4723 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -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 |