summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
commitb089116590f5bd8ca52e6ccd2a029c8fc0abb2ae (patch)
treec5cf380d0ab303e0cb6686a1027ab9005ff019d6 /vms
parent228cf569ab8135ec43daadaff1c31143a0539e1e (diff)
downloadperl-b089116590f5bd8ca52e6ccd2a029c8fc0abb2ae.tar.gz
Remove PL_earlytaint since the hash seed code
can be delayed until perl_parse(). p4raw-id: //depot/perl@19979
Diffstat (limited to 'vms')
-rw-r--r--vms/vmsish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 1ab2df09e0..076a6967f6 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -331,7 +331,7 @@ struct interp_intern {
#endif
#define BIT_BUCKET "_NLA0:"
-#define PERL_SYS_INIT(c,v) EARLY_INIT2(*c,*v) MALLOC_CHECK_TAINT2(*c,*v) vms_image_init((c),(v)); MALLOC_INIT
+#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 dXSUB_SYS
#define HAS_KILL