diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-09 12:42:53 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-09 12:42:53 +0800 |
commit | 40fafbfba1a53581e9318c71d6366a24470173be (patch) | |
tree | 065380a6e4881de9c51609773d048f165b8fc988 /include/common.h | |
parent | fc5bd5742759eea401ffa112d696a3fe028675d1 (diff) | |
download | pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar.gz pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar.bz2 pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar.lz pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar.xz pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.tar.zst pttbbs-40fafbfba1a53581e9318c71d6366a24470173be.zip |
fix chc bug, but still buggy
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2184 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/common.h b/include/common.h index c830454a..04a351dd 100644 --- a/include/common.h +++ b/include/common.h @@ -178,13 +178,6 @@ #define I_TIMEOUT (-2) /* Used for the getchar routine select call */ #define I_OTHERDATA (-333) /* interface, (-3) will conflict with chinese */ -#define CHE_O(c) ((c) >> 3) -#define CHE_P(c) ((c) & 7) -#define RTL(x) (((x) - 3) >> 1) -#define dim(x) (sizeof(x) / sizeof(x[0])) -#define LTR(x) ((x) * 2 + 3) -#define CHE(a, b) ((a) | ((b) << 3)) - #define MAX_MODES 127 #ifndef MIN |