From 37395ff5f2b5fa17c5b7cebede056b6742e28e46 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Thu, 23 Jun 2011 07:57:09 -0500 Subject: [PATCH] Duplicate in list of .h files on VMS. This is a bug I introduced in 66b82e1fdff51a4c821a3a249fe707cf8014a185. Surprising it hasn't caused more trouble. When building with MMS, it's a hard error, whereas MMK silently ignores it. --- vms/descrip_mms.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 55a80aa..fc55ef4 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -305,7 +305,7 @@ 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 -h5 = sv.h thread.h utf8.h util.h vmsish.h warnings.h +h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h h7 = xsub.h $(SOCKH) $(THREADH) h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6) $(h7) -- 2.7.4