Update ucd.c generation script for overlong initializer

This commit is contained in:
Philip Hazel 2022-03-04 08:41:57 +00:00
parent eef5740ff9
commit f7a7341726
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ the tables when not needed. But don't leave a totally empty module because some
compilers barf at that. Instead, just supply some small dummy tables. */
#ifndef SUPPORT_UNICODE
const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0,0 }};
const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0}};
const uint16_t PRIV(ucd_stage1)[] = {0};
const uint16_t PRIV(ucd_stage2)[] = {0};
const uint32_t PRIV(ucd_caseless_sets)[] = {0};