aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-01 15:51:14 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-01 15:51:14 +0200
commit05350ec0ed848cd74bc28cb87c540c6a6f8e22d0 (patch)
treefeaa93a90d4c09cf92c3ad9416ead8ccfc6ab5ad /gen
parent8e9c592f1af6d4e428fe65362cce36a39f5844f0 (diff)
Rename __gbrk_lookup.h to __gbrk.h
Diffstat (limited to 'gen')
-rwxr-xr-xgen/gbrk8
1 files changed, 4 insertions, 4 deletions
diff --git a/gen/gbrk b/gen/gbrk
index 8216beb..ff936c3 100755
--- a/gen/gbrk
+++ b/gen/gbrk
@@ -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