[ nedit-Bugs-1889481 ] there is no struct
SparseArrayEntry(?:Wrapper)?
SourceForge.net
noreply at sourceforge.net
Fri Feb 8 10:24:58 CET 2008
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
More information about the Develop
mailing list