summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:30:22 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:30:22 +0800
commit2a377b66b640a9655e4d663134ca713a2818036e (patch)
tree54ccf671e421605ff39cacc55dd0b8940cb9144b
parent782f455692e4c1776e21ed4e2d12c56c27b24db3 (diff)
downloadpttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar.gz
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar.bz2
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar.lz
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar.xz
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.tar.zst
pttbbs-2a377b66b640a9655e4d663134ca713a2818036e.zip
expand modes
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@905 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/common.h4
-rw-r--r--mbbsd/var.c39
2 files changed, 40 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index d70e8b82..309f49c5 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1,4 +1,4 @@
-/* $Id: common.h,v 1.5 2002/11/07 09:13:23 in2 Exp $ */
+/* $Id: common.h,v 1.6 2003/05/26 05:30:22 in2 Exp $ */
#ifndef INCLUDE_COMMON_H
#define INCLUDE_COMMON_H
@@ -172,7 +172,7 @@
#define LTR(x) ((x) * 2 + 3)
#define CHE(a, b) ((a) | ((b) << 3))
-#define MAX_MODES 80
+#define MAX_MODES 127
#ifndef MIN
#define MIN(a,b) ((a<b)?a:b)
diff --git a/mbbsd/var.c b/mbbsd/var.c
index d8356d02..b9c96319 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -1,4 +1,4 @@
-/* $Id: var.c,v 1.17 2003/05/26 05:23:13 in2 Exp $ */
+/* $Id: var.c,v 1.18 2003/05/26 05:30:04 in2 Exp $ */
#define INCLUDE_VAR_H
#include "bbs.h"
@@ -273,6 +273,43 @@ char *ModeTypeTable[MAX_MODES] = {
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ ""
};
/* indict.c */