diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 02:39:24 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 02:39:24 +0800 |
commit | 4885e20bea293dc7c318a15c79787ab54bb630e1 (patch) | |
tree | e367dd4f5cd3d89c1d9bd284c314288866bed29a /mbbsd/more.c | |
parent | b82ade431ee0e899015e0024b5147974ed496a51 (diff) | |
download | pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar.gz pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar.bz2 pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar.lz pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar.xz pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.tar.zst pttbbs-4885e20bea293dc7c318a15c79787ab54bb630e1.zip |
remove #define MAXPATHLEN 256
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@644 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/more.c')
-rw-r--r-- | mbbsd/more.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c index 46f77c87..b4fe1948 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -1,4 +1,4 @@ -/* $Id: more.c,v 1.23 2003/01/16 11:58:04 kcwu Exp $ */ +/* $Id: more.c,v 1.24 2003/01/23 18:39:23 in2 Exp $ */ #include "bbs.h" #define MORE_BUFSIZE 4096 #define MORE_WINSIZE 4096 @@ -8,7 +8,6 @@ static int more_base, more_size, more_head; static unsigned char more_pool[MORE_BUFSIZE]; -#define MAXPATHLEN 256 static char *more_help[] = { "\0閱\讀文章功\能鍵使用說明", "\01游標移動功\能鍵", |