Weddington, Eric wrote: >> >> This patch does: >> >> 1) With 8-bit int, __INT24_MAX__ and __UINT24_MAX__ need a long long >> suffix. >> >> 2) Defines like __FLASH that indicate if address space is available should >> be like a predicate, i.e. 1 if the space is available. > > I'm not seeing #2 being done in the patch... Am I missing something?
The current "#define __FLASH=__flash" is accomplished by the cpp_define_formatted with "%s=%s". The new is just a cpp_define for __FLASH, retrieved by avr_toupper. Johann