diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-04 00:50:26 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-04 00:50:26 +0800 |
commit | a8b0ad07d3a241a9db85dd38c3a1d64811d72e56 (patch) | |
tree | 930816fd20d7590b34786290cc92b3164c5a6129 /mbbsd/user.c | |
parent | c887ad307c98ffca2825f9489b10eb442b1a6273 (diff) | |
download | pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar.gz pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar.bz2 pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar.lz pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar.xz pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.tar.zst pttbbs-a8b0ad07d3a241a9db85dd38c3a1d64811d72e56.zip |
- code refine: remove warnings and conditional compile
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3623 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index ed15a4e5..7fcfb6c6 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -326,7 +326,9 @@ void Customize(void) /* cuser.uflag settings */ static const unsigned int masks1[] = { MOVIE_FLAG, +#ifdef DBCSAWARE DBCSAWARE_FLAG, +#endif 0, }; |