This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca8a45
)
Duplicate in list of .h files on VMS.
author
Craig A. Berry
<craigberry@mac.com>
Thu, 23 Jun 2011 12:57:09 +0000
(07:57 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Thu, 23 Jun 2011 12:57:09 +0000
(07:57 -0500)
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
patch
|
blob
|
blame
|
history
diff --git
a/vms/descrip_mms.template
b/vms/descrip_mms.template
index
55a80aa
..
fc55ef4
100644
(file)
--- 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
-h
5
= sv.h thread.h utf8.h util.h vmsish.h warnings.h
+h
6
= 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)