From 3a28305e6403f72205ca96c1804eb537939c0868 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 12 Mar 2004 09:52:18 +0000 Subject: fix compile error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1590 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index d22f4701..d8774f8b 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -165,6 +165,7 @@ typedef struct boardheader_t { #define BRD_SYMBOLIC 000100000 /* symbolic link to board */ #define BRD_LINK_TARGET(x) ((x)->postexpire) +#define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3