Update ucd.c generation script for overlong initializer
This commit is contained in:
parent
eef5740ff9
commit
f7a7341726
|
@ -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. */
|
compilers barf at that. Instead, just supply some small dummy tables. */
|
||||||
|
|
||||||
#ifndef SUPPORT_UNICODE
|
#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_stage1)[] = {0};
|
||||||
const uint16_t PRIV(ucd_stage2)[] = {0};
|
const uint16_t PRIV(ucd_stage2)[] = {0};
|
||||||
const uint32_t PRIV(ucd_caseless_sets)[] = {0};
|
const uint32_t PRIV(ucd_caseless_sets)[] = {0};
|
||||||
|
|
Loading…
Reference in New Issue