Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass size_t instead of word values to GC_malloc in hugetest
(refactoring) Issue #627 (bdwgc). * tests/huge.c (GC_WORD_MAX): Rename to SIZE_MAX; change its type from GC_word to size_t. * tests/huge.c (SIZE_MAX): Undefine it (before definition). * tests/huge.c (GC_SWORD_MAX): Rename to U_SSIZE_MAX; change type from GC_signed_word to size_t (unsigned). * tests/huge.c (main): Rename GC_WORD_MAX to SIZE_MAX; rename GC_SWORD_MAX to U_SSIZE_MAX.
- Loading branch information