summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-16 11:14:12 -0600
committerKarl Williamson <khw@cpan.org>2015-03-19 10:20:39 -0600
commit8b371338c1359c38e4de8ec65a0b9b884f05e450 (patch)
tree4d1fedc49b6f0b28841b4e424161e2fef96fa8fe /hv.h
parent6c0d35ff1e3d608716c812fc4ba0474d9041e7bf (diff)
downloadperl-8b371338c1359c38e4de8ec65a0b9b884f05e450.tar.gz
Change name of mro.c
This is to prevent a conflict showing up on z/OS (os390) because this file's name is the same as one in /ext, and there are functions cross-referenced between them, and the loader on that platform can't deal with this. See http://nntp.perl.org/group/perl.perl5.porters/226612
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index 95dde4681e..a9124768fc 100644
--- a/hv.h
+++ b/hv.h
@@ -58,7 +58,7 @@ struct shared_he {
/* Subject to change.
Don't access this directly.
- Use the funcs in mro.c
+ Use the funcs in mro_core.c
*/
struct mro_alg {