Hi Alan,

this is not a bug: You simply cannot declare constant types (does not 
make too much sense either...). Try

typedef struct _rom_desc_tsk
{
        // remainder
} rom_desc_tsk;

and define (constant) variables via

const rom_desc_tsk foobar;

Above code is untested but should work fine.

Good luck,
Raphael


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to