diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 19:48:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 19:48:55 +0000 |
commit | 00ff3b56132a225d6f20f8216aaa1d9a45a711a2 (patch) | |
tree | 010cd75ddc4d2c6b7f9d2a0a4806cdd9b12564a7 /malloc.c | |
parent | 084916e3fc0f2b4a3c1f5c34365624111b26973e (diff) | |
download | perl-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.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |