summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-05 19:48:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-05 19:48:55 +0000
commit00ff3b56132a225d6f20f8216aaa1d9a45a711a2 (patch)
tree010cd75ddc4d2c6b7f9d2a0a4806cdd9b12564a7 /malloc.c
parent084916e3fc0f2b4a3c1f5c34365624111b26973e (diff)
downloadperl-00ff3b56132a225d6f20f8216aaa1d9a45a711a2.tar.gz
Add a note for future generations about bug id 20000229.006.
p4raw-id: //depot/perl@7563
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/malloc.c b/malloc.c
index fc37cb237d..55da67c1bd 100644
--- a/malloc.c
+++ b/malloc.c
@@ -458,6 +458,11 @@ union overhead {
double strut; /* alignment problems */
#endif
struct {
+/*
+ * Keep the ovu_index and ovu_magic in this order, having a char
+ * field first gives alignment indigestion in some systems, such as
+ * MachTen.
+ */
u_char ovu_index; /* bucket # */
u_char ovu_magic; /* magic number */
#ifdef RCHECK