This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/attic/_hashindex.c b/attic/_hashindex.c | |
| index 3d311dd..4d117f1 100644 | |
| --- a/attic/_hashindex.c | |
| +++ b/attic/_hashindex.c | |
| @@ -18,6 +18,9 @@ | |
| #error Unknown byte order | |
| #endif | |
| +/* Adjustment to make sure buckets locations are 32 bit aligned */ | |
| +#define ALIGNMENT_ADJUSTMENT 2 |
OlderNewer