summaryrefslogtreecommitdiff
path: root/vms/descrip_mms.template
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-20 17:55:46 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-21 09:03:48 +0200
commitef4abe7673cc0b19ffd81c9a42f79de20a52ac87 (patch)
tree89cd58fbae04b2ffbec491578c0827b5e1c9b201 /vms/descrip_mms.template
parent31a53e79025eb5944553e671a615e60f384fe743 (diff)
downloadperl-ef4abe7673cc0b19ffd81c9a42f79de20a52ac87.tar.gz
Remove fakethr.h and eliminate all references to it and FAKE_THREADS
fakethr.h and FAKE_THREADS were for a "green" threads implementation of 5005threads. 5005threads itself is long gone, and it's not clear that -DFAKE_THREADS *ever* built correctly. Certainly it did not work for the 5.005 release, and it did not work at the time of the commits for the initial checkin. The closest that it seems to have been to working is around commit c6ee37c52f2ca9e5 (Dec 1997), where the headers no longer contained errors, but perl.c failed to compile.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r--vms/descrip_mms.template13
1 files changed, 2 insertions, 11 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 20da73c155..af27c3c869 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -151,14 +151,6 @@ THRLIBS2 = sys$share:cma$open_lib_shr/share|sys$share:cma$open_rtl/share
.endif
.endif
-.ifdef FAKETHREADED
-THREADDEF =
-THREADH = fakethr.h
-THREAD = THREAD
-.else
-THREADH =
-.endif
-
.ifdef MTU
.ifdef MTK
MTHREADLINKFLAGS = /THREADS=(MULTIPLE_KERNEL,UPCALLS)
@@ -255,9 +247,8 @@ h2 = iperlsys.h keywords.h mydtrace.h mg.h mg_vtable.h nostdio.h op.h
h3 = op_reg_common.h opcode.h opnames.h overload.h pad.h parser.h patchlevel.h
h4 = perl.h perlapi.h perlio.h perlsdio.h perlvars.h perly.h
h5 = pp.h pp_proto.h proto.h regcomp.h regexp.h regnodes.h scope.h
-h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h
-h7 = xsub.h $(THREADH)
-h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6) $(h7)
+h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h xsub.h
+h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6)
acopt = $(ARCHCORE)perlshr_attr.opt $(ARCHCORE)$(DBG)perlshr_bld.opt
ac = archcore_includes.ts $(acopt)