diff options
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 |