From 71ad1b0c3807f6097c8da083d9dcbd8c03af5f43 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 11 Apr 2006 13:47:05 +0000 Subject: Need to migrate the refcounted_he structure to be properly shared. Add a mutex for manipulated their reference counts. Unwrap the structure, so that for ithreads it can store SVs in pads. p4raw-id: //depot/perl@27764 --- dosish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dosish.h') diff --git a/dosish.h b/dosish.h index c41d9a721d..94a15afe90 100644 --- a/dosish.h +++ b/dosish.h @@ -43,7 +43,7 @@ #endif /* DJGPP */ #ifndef PERL_SYS_TERM -# define PERL_SYS_TERM() OP_REFCNT_TERM; MALLOC_TERM +# define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM #endif #define dXSUB_SYS -- cgit v1.2.1