NOTSORTABLE
#define SORTABLE(x) (!(NOTSORTABLE(x)))
if (NOTSORTABLE(ep1->error_e_class) ^ NOTSORTABLE(ep2->error_e_class)) {
return NOTSORTABLE(ep1->error_e_class) ? -1 : 1;
if (NOTSORTABLE(ep1->error_e_class)) /* then both are */
if ( ! (NOTSORTABLE(errorp->error_e_class)))
for (type = C_UNKNOWN; NOTSORTABLE(type); type++) {