-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Description
Hi,
Isn't the name __UG_FONT_DATA not valid according to gcc?
Line 36 in ce0bccb
| #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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels