From d3767079f2ebb8bd834051ad92e0b88fa7097ce2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 28 Dec 2017 11:03:35 +0800 Subject: fixes compile --- scripts2/templates/zhuyin_table.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts2/templates/zhuyin_table.h.in b/scripts2/templates/zhuyin_table.h.in index f9fc9fa..4c1eec8 100644 --- a/scripts2/templates/zhuyin_table.h.in +++ b/scripts2/templates/zhuyin_table.h.in @@ -114,7 +114,7 @@ const bool valid_zhuyin_table[CHEWING_NUMBER_OF_INITIALS * @VALID_ZHUYIN_TABLE@ }; -const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = { +static const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = { "", " ", "ˊ", -- cgit