Bugs item #1889481, was opened at 2008-02-08 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1889481&group_id=11005

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Program
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bert Wesarg (lebert)
Assigned to: Nobody/Anonymous (nobody)
Summary: there is no struct SparseArrayEntry(?:Wrapper)?

Initial Comment:
there is only a

typedef struct {
   ...
} SparseArrayEntry;

This patch introduce a 'struct SparseArrayEntryTag' and convert all previously 
incorrect uses of struct SparseArrayEntry to SparseArrayEntry, ie remove casts.

And do the same with struct SparseArrayEntryWrapper.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1889481&group_id=11005
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to