Branch: Tag:

2011-04-02

2011-04-02 12:55:21 by Martin Stjernholm <mast@lysator.liu.se>

Sort after subtype if objects compare as equal.

1068:    else    return a->u.object->prog < b->u.object->prog ? -1 : 1;    } +  else if (!res) +  return a_subtype - b_subtype;       return res;   }