summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-18 16:03:55 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-18 16:03:55 +0800
commit87755ead67ec0872404d236e3d4df5c38f5be2f7 (patch)
tree68b32dc3c6bd6472f9225a6b5f146ab023611fe9 /mbbsd/var.c
parenta1cae408724ce87a11f530b5cd5adaae22959893 (diff)
downloadpttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar.gz
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar.bz2
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar.lz
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar.xz
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.tar.zst
pttbbs-87755ead67ec0872404d236e3d4df5c38f5be2f7.zip
discard 2521 due to some unknown memory problems.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2695 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index ee290bd3..58f54e54 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -363,7 +363,7 @@ time4_t brc_list[BRC_MAXNUM];
/* read.c */
int TagNum; /* tag's number */
int TagBoard = -1; /* TagBoard = 0 : user's mailbox */
- /* TagBoard > 0 : bid where last taged*/
+ /* TagBoard > 0 : bid where last taged */
char currdirect[64];
/* edit.c */
@@ -379,11 +379,7 @@ int raw_connection = 0;
char fromhost[STRLEN] = "\0";
char water_usies = 0;
FILE *fp_writelog = NULL;
-#ifdef CRITICAL_MEMORY
-water_t *water, *swater[6], *water_which;
-#else
water_t water[6], *swater[6], *water_which = &water[0];
-#endif
/* chc_play.c */