aboutsummaryrefslogtreecommitdiff
path: root/gen/string
diff options
context:
space:
mode:
Diffstat (limited to 'gen/string')
-rwxr-xr-xgen/string/gbrk10
1 files changed, 5 insertions, 5 deletions
diff --git a/gen/string/gbrk b/gen/string/gbrk
index ecde7f5..18f7cd4 100755
--- a/gen/string/gbrk
+++ b/gen/string/gbrk
@@ -2,17 +2,17 @@
set -e
cd "${0%/*}/../.."
-exec >include/unicode/__gbrk.h
+exec >include/unicode/_gbrk.h
cat <<C
/* This file is autogenerated by gen/string/gbrk; DO NOT EDIT. */
-#ifndef MLIB_UNICODE___GBRK_H
-#define MLIB_UNICODE___GBRK_H
+#ifndef MLIB_UNICODE__GBRK_H
+#define MLIB_UNICODE__GBRK_H
/* clang-format off */
-#include "__rune.h"
+#include "_rune.h"
typedef enum {
GBP_OTHER = 0,
@@ -93,5 +93,5 @@ END {
cat <<C
};
-#endif /* !MLIB_UNICODE___GBRK_H */
+#endif /* !MLIB_UNICODE__GBRK_H */
C