diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-17 13:09:43 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-17 13:09:43 +0800 |
commit | ec4a554115d214ba754951deb570742a5c0bb2e2 (patch) | |
tree | 3379bae016db293e4871c5d75bf3203d82e63603 /include | |
parent | f665f13b5bdcb87f19a0681481f6044cbcc109b9 (diff) | |
download | pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar.gz pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar.bz2 pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar.lz pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar.xz pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.tar.zst pttbbs-ec4a554115d214ba754951deb570742a5c0bb2e2.zip |
- fix recommends update cache and good_post relation
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3699 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 6bd4bb98..2f01b82f 100644 --- a/include/common.h +++ b/include/common.h @@ -209,7 +209,8 @@ #define I_TIMEOUT (-2) /* Used for the getchar routine select call */ #define I_OTHERDATA (-333) /* interface, (-3) will conflict with chinese */ -#define MAX_MODES 127 +#define MAX_MODES (127) +#define MAX_RECOMMENDS (100) #ifndef MIN #define MIN(a,b) (((a)<(b))?(a):(b)) |