From 2a377b66b640a9655e4d663134ca713a2818036e Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 26 May 2003 05:30:22 +0000 Subject: expand modes git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@905 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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