summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-24 12:55:18 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-24 12:55:18 +0800
commitb8f469a1db8454ecbf81c2a28098aa3708ad6e42 (patch)
tree48b0fa0c105197d258e37a8e686571ca64ebd152 /mbbsd
parentb02f3ea91b4e4831222759dd1dd4c137957766d5 (diff)
downloadpttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar.gz
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar.bz2
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar.lz
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar.xz
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.tar.zst
pttbbs-b8f469a1db8454ecbf81c2a28098aa3708ad6e42.zip
fix scope error for gcc 4.0
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2352 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/gamble.c2
-rw-r--r--mbbsd/var.c4
2 files changed, 0 insertions, 6 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index 5ca312ca..f10e026d 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -5,8 +5,6 @@
#define MAX_ITEM_LEN 30 //最大 每一賭項名字長度
#define MAX_SUBJECT_LEN 650 //8*81 = 648 最大 主題長度
-static int currbid;
-
static int
load_ticket_record(char *direct, int ticket[])
{
diff --git a/mbbsd/var.c b/mbbsd/var.c
index b3a0be6f..f5826ff4 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -391,10 +391,6 @@ water_t water[6], *swater[6], *water_which = &water[0];
char trans_buffer[256];
/* chc_play.c */
-rc_t chc_from, chc_to, chc_select, chc_cursor;
-int chc_lefttime;
-int chc_my, chc_turn, chc_selected, chc_firststep;
-char chc_warnmsg[64], *chc_mateid;
/* user.c */
#ifdef CHESSCOUNTRY