Hi,
Isn't the name __UG_FONT_DATA not valid according to gcc?
|
#define __UG_FONT_DATA const |
https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
In addition to the names documented in this manual, reserved names include all external identifiers (global functions and variables) that begin with an underscore (‘_’) and all identifiers regardless of use that begin with either two underscores or an underscore followed by a capital letter are reserved names. This is so that the library and header files can define functions, variables, and macros for internal purposes without risk of conflict with names in user programs.
Hi,
Isn't the name
__UG_FONT_DATAnot valid according to gcc?UGUI/ugui_config.h
Line 36 in ce0bccb
https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html