Branch: Tag:

2013-06-11

2013-06-11 20:22:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added macro REFCOUNTED_TYPE().

This is to simplify renumbering of the types.

5557:    if (TYPEOF(*s) == T_INT)    continue;    -  else if (TYPEOF(*s) > MAX_REF_TYPE) { +  else if (!REFCOUNTED_TYPE(TYPEOF(*s))) {    exit_mc_marker_hash();    free (mc_work_queue + 1);    mc_work_queue = NULL;