mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 09:42:38 +03:00
Tidy up the #defines used for setting particular codepoint bits.
Align the definitions correctly. #undef them after they're used.
This commit is contained in:
parent
a2c0e05197
commit
4c9a9f24f9
@ -606,6 +606,15 @@ void build_codepoint(int id, bool italic, uint8_t *code_point)
|
||||
code_point[15] = SEVEN_SET << shift;
|
||||
}
|
||||
|
||||
#undef SEVEN_SET
|
||||
#undef THREE_SSS
|
||||
#undef THREE_S_S
|
||||
#undef THREE__SS
|
||||
#undef THREE_SS_
|
||||
#undef THREE_S__
|
||||
#undef THREE__S_
|
||||
#undef THREE___S
|
||||
|
||||
static bool glyph_is_codepoint(const glyph_entry *e, int id, int style)
|
||||
{
|
||||
bool italic = false;
|
||||
|
Loading…
Reference in New Issue
Block a user