- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively - Remove INIT_FUNCTION from function prototypes - Remove alloc_text pragma calls as they are not needed anymore
(but after 'static' or SAL 2 annotation.) Follow-up to 71fefa32, which mentions that it's actually required by the compiler in some circumstances.
71fefa32