diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-09-02 21:49:24 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-04 13:51:40 +0100 |
commit | ca90231794e4e230ae6a0d8c428c0ef5ea289425 (patch) | |
tree | 811b4de2cefd36d3927515ac22ec0cb123156cc5 /.gitattributes | |
parent | 74ce098d580c9751897fc6d76de411c8a7a1e231 (diff) | |
download | serenity-ca90231794e4e230ae6a0d8c428c0ef5ea289425.zip |
LibUnicode: Define is_unicode_*_subtag helpers inline in their header
The UnicodeLocale generator will need to parse canonicalized locale
strings, and will require using these methods. However, the generator
cannot depend on LibUnicode because Locale.cpp within LibUnicode already
depends on the generated file. Instead, defining the methods that the
generator needs inline allows the generator to use them without linking
against LibUnicode.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions