From 4e6fa990c8f579d92b1cac47ee5ab4905832bde2 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 12 Mar 2005 08:32:14 +0000 Subject: move 232 bytes from data section to rodata section git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2600 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 29d5a91d..3de5946c 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -153,7 +153,7 @@ static editor_internal_t *curr_buf = NULL; static const char fp_bak[] = "bak"; -static const char *BIG5[13] = { +static const char * const BIG5[13] = { "¡A¡F¡G¡B¡N¡C¡H¡I¡E¡T¡]¡^¡©¡ª¡«¡¬", "¢b¢c¢d¢e¢f¢g¢h¢i¢j¢k¢l¢m¢n¢o¢pùþ ", "¡³¡ó¡·¡´¡¸¡¹¡¼¡½¡¿¡¶¡¾¡µ¡º¡»¡ð¡ñ", @@ -169,7 +169,7 @@ static const char *BIG5[13] = { "¢¹¢º¢»¢¼¢½¢¾¢¿¢À¢Á¢Â" }; -static const char *BIG_mode[13] = { +static const char * const BIG_mode[13] = { "¼ÐÂI", "¹Ï¶ô", "¼Ð°O", -- cgit v1.2.3