diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-06-23 07:57:09 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-06-23 07:57:09 -0500 |
commit | 37395ff5f2b5fa17c5b7cebede056b6742e28e46 (patch) | |
tree | 0313a14228f4c903c0cd81320711f6f5892d4c1b /vms/descrip_mms.template | |
parent | 8ca8a454f60a417f5040d6e3e47673333702f58d (diff) | |
download | perl-37395ff5f2b5fa17c5b7cebede056b6742e28e46.tar.gz |
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.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 55a80aa160..fc55ef4bd7 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) |