summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-09 00:29:51 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-09 00:29:51 +0800
commit8a45f054083f5b3dccc3902e1dd88872831cefc1 (patch)
tree48b0024c88315d595895b92128068a68c3390f7a /mbbsd/io.c
parentb791df282f267b5ed24bd4fb4cad0ddb4601cfa9 (diff)
downloadpttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar.gz
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar.bz2
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar.lz
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar.xz
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.tar.zst
pttbbs-8a45f054083f5b3dccc3902e1dd88872831cefc1.zip
dbcs aware talk
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2923 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 4526620f..4d58e9fd 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -732,8 +732,6 @@ strip_nonebig5(unsigned char *str, int maxlen)
#ifdef DBCSAWARE_GETDATA
-#define ISDBCSAWARE() (cuser.uflag & DBCSAWARE_FLAG)
-
int getDBCSstatus(unsigned char *s, int pos)
{
int sts = DBCS_ASCII;