diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-31 16:27:50 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-31 16:27:50 +0800 |
commit | a77b69c5541d251be742f6c2f0ff3ed7caf98971 (patch) | |
tree | 78a76e774f756911406d44dda091e859e1d7be33 /mbbsd/xyz.c | |
parent | 161219ea6d96bb9bfe7d559f2c8bba49ebb9192a (diff) | |
download | pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.gz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.bz2 pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.lz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.xz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.zst pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.zip |
remove JCEE
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@755 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r-- | mbbsd/xyz.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c index 40578519..9f9aa4d0 100644 --- a/mbbsd/xyz.c +++ b/mbbsd/xyz.c @@ -1,6 +1,7 @@ -/* $Id: xyz.c,v 1.18 2003/03/04 12:25:42 kcwu Exp $ */ +/* $Id: xyz.c,v 1.19 2003/03/31 08:27:50 in2 Exp $ */ #include "bbs.h" +#if 0 /* 各種統計及相關資訊列表 */ /* Ptt90年度大學聯招查榜系統 */ int @@ -50,6 +51,7 @@ x_86() return 0; } +#endif int x_boardman() { |