Unicodemap keycodes rename (#21092)

This commit is contained in:
Ryan 2023-06-02 02:25:08 +10:00 committed by GitHub
parent 45c9bc4e55
commit a4ed6ad0f5
Failed to generate hash of commit
55 changed files with 358 additions and 360 deletions

View file

@ -25,7 +25,7 @@ enum unicode_names {
SURPRISE,
};
# define X_BUL (XP(BUL1, BUL2))
# define X_DASH (XP(EMDASH, ENDASH))
# define X_BUL (UP(BUL1, BUL2))
# define X_DASH (UP(EMDASH, ENDASH))
#endif