Closed ivmaykov closed 1 year ago
The self_checks array in self_checks.c doesn't need to have 128 slots when only 12 are being used. We can just set MAX_SELF_CHECKS to the old value of EXPECTED_SELF_CHECKS_COUNT and remove the latter.
self_checks
The
self_checks
array in self_checks.c doesn't need to have 128 slots when only 12 are being used. We can just set MAX_SELF_CHECKS to the old value of EXPECTED_SELF_CHECKS_COUNT and remove the latter.