Branch: Tag:

2014-06-17

2014-06-17 15:08:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

GC: Propagate the extra parameter everywhere.

All the visit_*() functions and macros should now propagate the
argument extra.

4436:   }      PMOD_EXPORT TYPE_FIELD real_visit_svalues (struct svalue *s, size_t num, -  int ref_type) +  int ref_type, void *extra)   {    for (; num; num--, s++) -  visit_svalue (s, ref_type); +  visit_svalue (s, ref_type, extra);    return 0;   }