Branch: Tag:

2015-03-16

2015-03-16 23:39:19 by Martin Nilsson <nilsson@opera.com>

No need to obfuscate refs anymore.

22:    */   struct array   { -  PIKE_MEMORY_OBJECT_MEMBERS; +  INT32 refs;       struct array *next; /**< we need to keep track of all arrays */    struct array *prev; /**< Another pointer, so we don't have to search