richter 2004/10/08 00:54:29
Modified: . epinit.c
Log:
fix compile error for perl 5.005
Revision Changes Path
1.23 +4 -2 embperl/epinit.c
Index: epinit.c
===================================================================
RCS file: /home/cvs/embperl/epinit.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- epinit.c 24 Aug 2004 05:08:48 -0000 1.22
+++ epinit.c 8 Oct 2004 07:54:29 -0000 1.23
@@ -333,8 +333,10 @@
{
+ tThreadData * pThread ;
dTHX ;
- tThreadData * pThread = embperl_GetThread (aTHX) ;
+
+ tThreadData * pThread ;
hv_clear (pThread -> pApplications) ;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]