summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-12 17:52:18 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-12 17:52:18 +0800
commit3a28305e6403f72205ca96c1804eb537939c0868 (patch)
tree8fb5826876996ef2587d7fcc3e470686e3829445 /include/pttstruct.h
parentf10d92d96581666a7ac2898168f0cc6f7558f32c (diff)
downloadpttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar.gz
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar.bz2
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar.lz
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar.xz
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.tar.zst
pttbbs-3a28305e6403f72205ca96c1804eb537939c0868.zip
fix compile error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1590 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
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)