diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/unicode/__gbrk.h (renamed from include/unicode/__gbrk_lookup.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unicode/__gbrk_lookup.h b/include/unicode/__gbrk.h index e2c7eef..96ea311 100644 --- a/include/unicode/__gbrk_lookup.h +++ b/include/unicode/__gbrk.h @@ -1,7 +1,7 @@ /* This file is autogenerated by gen/gbrk; DO NOT EDIT. */ -#ifndef MLIB_UNICODE___GBRK_LOOKUP_H -#define MLIB_UNICODE___GBRK_LOOKUP_H +#ifndef MLIB_UNICODE___GBRK_H +#define MLIB_UNICODE___GBRK_H /* clang-format off */ @@ -1564,4 +1564,4 @@ static const struct { {0x0E01F0, 0x0E0FFF, GBP_CTRL}, }; -#endif /* !MLIB_UNICODE___GBRK_LOOKUP_H */ +#endif /* !MLIB_UNICODE___GBRK_H */ |