summaryrefslogtreecommitdiff
path: root/gen.tab/gen-bidi-type-tab.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-11-13 17:14:20 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-11-16 00:35:08 +0200
commit90325b276006f2cf344c77f00db541437345cff9 (patch)
treee98941baf18cd190baf94ea582a6e5c4f1000138 /gen.tab/gen-bidi-type-tab.c
parentc8e9c5d684f1ba15ca46e38493c995ad5be3646c (diff)
downloadfribidi-90325b276006f2cf344c77f00db541437345cff9.tar.gz
Simplify fribidi-types.h a bit
It is 2017, I think we can rely on the presence of one of these three int types headers. Also rename types that are not exposed in public headers to use the standard names.
Diffstat (limited to 'gen.tab/gen-bidi-type-tab.c')
-rw-r--r--gen.tab/gen-bidi-type-tab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen.tab/gen-bidi-type-tab.c b/gen.tab/gen-bidi-type-tab.c
index a29a3f8..c113ba3 100644
--- a/gen.tab/gen-bidi-type-tab.c
+++ b/gen.tab/gen-bidi-type-tab.c
@@ -324,9 +324,9 @@ gen_bidi_type_tab (
FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version "
FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type);
- printf ("#define PACKTAB_UINT8 fribidi_uint8\n"
- "#define PACKTAB_UINT16 fribidi_uint16\n"
- "#define PACKTAB_UINT32 fribidi_uint32\n\n");
+ printf ("#define PACKTAB_UINT8 uint8_t\n"
+ "#define PACKTAB_UINT16 uint16_t\n"
+ "#define PACKTAB_UINT32 uint32_t\n\n");
if (!pack_table
(table, FRIBIDI_UNICODE_CHARS, 1, LTR, max_depth, 3, names,