Branch: Tag:

2014-08-14

2014-08-14 15:32:53 by Per Hedbor <ph@opera.com>

Fixed some more cases of automap on the left side of an assignment.

It more or less works as one would expect now.

211:   void count_memory_in_arrays(size_t *num_, size_t *size_);   PMOD_EXPORT struct array *explode_array(struct array *a, struct array *b);   PMOD_EXPORT struct array *implode_array(struct array *a, struct array *b); +  + /* Automap internals. */ + void assign_array_level_value( struct array *a, struct svalue *b, int level ); + void assign_array_level( struct array *a, struct array *b, int level );   /* Prototypes end here */      #define array_get_flags(a) ((a)->flags)