From 2656ae82f738e6dc13377943740bdf038218b45b Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 20 Nov 2011 02:28:33 +0000 Subject: refine comment to help understanding abbrev. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5463 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttbbs/include/common.h b/pttbbs/include/common.h index 0861235b..101722ab 100644 --- a/pttbbs/include/common.h +++ b/pttbbs/include/common.h @@ -166,8 +166,8 @@ #define IRH 1 /* I reject him. */ #define HRM 2 /* He reject me. */ #define IBH 4 /* I am board friend of him. */ -#define IFH 8 /* He is one of my friends. */ -#define HFM 16 /* I am one of his friends. */ +#define IFH 8 /* I friend him (He is one of my friends). */ +#define HFM 16 /* He friends me (I am one of his friends). */ #define ST_FRIEND (IBH | IFH | HFM) #define ST_REJECT (IRH | HRM) -- cgit v1.2.3