From 8c48a348d91600a0640b05d08fe537f7780f7b98 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 4 Feb 2004 09:10:40 +0000 Subject: #ifdef ASSESS git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1509 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 5b04073f..e66b1a3f 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3,9 +3,11 @@ static int recommend(int ent, fileheader_t * fhdr, char *direct); +#ifdef ASSESS static char *badpost_reason[] = { "廣告", "不當用辭", "人身攻擊" }; +#endif static void mail_by_link(char *owner, char *title, char *path) -- cgit v1.2.3