Raphael, Kustaa, > Assignments to the pointer should not need special attention, except > for casts: > ptr = (struct something *)&blob; > might need to be rewritten to > ptr = (__data struct something *)&blob;
With my change last week (and fix just a minute ago) this should not be necessary as it tries to propagate the storage class through intermediate generic pointers. Maarten ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
