CVSROOT:        /cvsroot/nedit
Module name:    nedit
Repository:     nedit/source/
Changes by:     [EMAIL PROTECTED](none) 08/03/09 12:29:39

Modified files:
        nedit/source/: interpret.c interpret.h 

Log message:
        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

-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to