From cfe2d30c2a8fb3a5c1e6b99c0b26bfd61fca520b Mon Sep 17 00:00:00 2001 From: kcwu Date: Thu, 3 Jun 2004 20:48:54 +0000 Subject: use 'const' keyword to reduce 7904 bytes data segment from 9320 to 1416 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2049 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/more.c') diff --git a/mbbsd/more.c b/mbbsd/more.c index c55d6220..9718be20 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -8,7 +8,7 @@ static int more_base, more_size, more_head; static unsigned char more_pool[MORE_BUFSIZE]; -static char *more_help[] = { +static char * const more_help[] = { "\0閱\讀文章功\能鍵使用說明", "\01游標移動功\能鍵", "(↑) 上捲一行", -- cgit v1.2.3