summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 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)