Make isc_result tables smaller
The isc_result_t enum was to sparse when each library code would skip to next << 16 as a base. Remove the skipping to make the isc_result tables more compact.
Closes #4149 (closed)
The isc_result_t enum was to sparse when each library code would skip to next << 16 as a base. Remove the skipping to make the isc_result tables more compact.
Closes #4149 (closed)