diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-11 13:47:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-11 13:47:05 +0000 |
commit | 71ad1b0c3807f6097c8da083d9dcbd8c03af5f43 (patch) | |
tree | 12c9b0a815e473eaaa9934f5faacba27b9447e30 /vms | |
parent | d39614506f118e8a474f0a8c4b7f7cd7e0e74f51 (diff) | |
download | perl-71ad1b0c3807f6097c8da083d9dcbd8c03af5f43.tar.gz |
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
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 1d08eb552d..af70f06e28 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -370,7 +370,7 @@ struct interp_intern { #define BIT_BUCKET "/dev/null" #endif #define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) vms_image_init((c),(v)); MALLOC_INIT -#define PERL_SYS_TERM() OP_REFCNT_TERM; MALLOC_TERM +#define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM #define dXSUB_SYS #define HAS_KILL #define HAS_WAIT |