made a minor change in tools/uni-case.c

This commit is contained in:
hyung-hwan 2020-05-01 08:10:51 +00:00
parent 56a5bf592f
commit 5326953e9b

View File

@ -129,8 +129,8 @@ static void emit_case_macros (void)
printf ("/* generated by tools/uni-case.c */\n\n");
printf ("#define UCH_CASE_MAX 0x%lX\n\n", (unsigned long)MAX_CHAR);
printf ("typedef struct uch_case_page_t uch_case_page_t;\n\n");
printf ("struct uch_case_page_t {\n");
printf ("struct uch_case_page_t\n");
printf ("{\n");
printf (" hawk_int32_t upper;\n");
printf (" hawk_int32_t lower;\n");
printf ("};\n\n");