summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-19 09:56:21 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-19 09:56:21 +0800
commit3fb733dd415e5f0fd762e5f14272e400b20ca990 (patch)
tree9d847f03d38dad3421449969f47ccd476cd67058 /include/common.h
parent17799f4670364f95b26c99a68a5fb44a5470a721 (diff)
downloadpttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar.gz
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar.bz2
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar.lz
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar.xz
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.tar.zst
pttbbs-3fb733dd415e5f0fd762e5f14272e400b20ca990.zip
- exp: edit/upload now enabled for special boards
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3707 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index a94829c8..dcdfb8ad 100644
--- a/include/common.h
+++ b/include/common.h
@@ -235,7 +235,16 @@
#define REPLYING 0
#define RECVINREPLYING 1
+/* ----------------------------------------------------- */
+/* ½s¿è¾¹¿ï¶µ */
+/* ----------------------------------------------------- */
+#define EDITFLAG_TEXTONLY (0x00000001)
+#define EDITFLAG_UPLOAD (0x00000002)
+
+/* ----------------------------------------------------- */
+/* Macros */
+/* ----------------------------------------------------- */
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
#define __builtin_expect(exp,c) (exp)