From 013a43d7cd0a0299638793bca0ebd371326e0284 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 13 Apr 2008 13:05:03 +0000 Subject: - add aligned format of comments git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4158 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 447ac05d..f1b6dbdf 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -203,6 +203,7 @@ typedef struct boardheader_t { #define BRD_IPLOGRECMD 0x00800000 /* 推文記錄 IP */ #define BRD_OVER18 0x01000000 /* 十八禁 */ #define BRD_NOREPLY 0x02000000 /* 不可回文 */ +#define BRD_ALIGNEDCMT 0x04000000 /* 對齊式的推文 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3