Branch: Tag:

2014-08-27

2014-08-27 18:06:31 by Per Hedbor <ph@opera.com>

Let pike_sizeof return INT_TYPE, not INT32.

850:   int gc_cycle_check_weak_short_svalue(union anything *u, TYPE_T type);   void real_gc_free_svalue(struct svalue *s);   void real_gc_free_short_svalue(union anything *u, TYPE_T type); - PMOD_EXPORT INT32 pike_sizeof(const struct svalue *s); + PMOD_EXPORT INT_TYPE pike_sizeof(const struct svalue *s);   int svalues_are_constant(const struct svalue *s,    INT32 num,    TYPE_FIELD hint,