diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-01 15:51:14 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-01 15:51:14 +0200 |
commit | 05350ec0ed848cd74bc28cb87c540c6a6f8e22d0 (patch) | |
tree | feaa93a90d4c09cf92c3ad9416ead8ccfc6ab5ad /include | |
parent | 8e9c592f1af6d4e428fe65362cce36a39f5844f0 (diff) |
Rename __gbrk_lookup.h to __gbrk.h
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 */ |