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 /gen | |
parent | 8e9c592f1af6d4e428fe65362cce36a39f5844f0 (diff) |
Rename __gbrk_lookup.h to __gbrk.h
Diffstat (limited to 'gen')
-rwxr-xr-x | gen/gbrk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,13 +2,13 @@ set -e cd "${0%/*}/.." -exec >include/unicode/__gbrk_lookup.h +exec >include/unicode/__gbrk.h cat <<C /* 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 */ @@ -93,5 +93,5 @@ END { cat <<C }; -#endif /* !MLIB_UNICODE___GBRK_LOOKUP_H */ +#endif /* !MLIB_UNICODE___GBRK_H */ C |