There is no struct SparseArrayEntry{,Wrapper}
commit6e9f919a2926bd8f162b17939012fa95662f99b9
authorBert Wesarg <lebert@users.sourceforge.net>
Sun, 9 Mar 2008 19:29:38 +0000 (9 19:29 +0000)
committerBert Wesarg <lebert@users.sourceforge.net>
Sun, 9 Mar 2008 19:29:38 +0000 (9 19:29 +0000)
tree75fb7745ccef1433e199d1f8238a0f776e5cbc68
parentc6c65823a4309c3f72dc3f919789730c848df4fd
There is no struct SparseArrayEntry{,Wrapper}

there is only a

typedef struct {
   ...
} SparseArrayEntry;

This introduces a 'struct SparseArrayEntryTag' and converts all previously
incorrect uses of struct SparseArrayEntry to SparseArrayEntry, ie remove
useless casts.

And do the same with struct SparseArrayEntryWrapper.

Closes SF#1889481
source/interpret.c
source/interpret.h