summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modes.h3
-rw-r--r--include/pttstruct.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h
index 6617e9fc..d5ff30ab 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -113,7 +113,8 @@
#define UMODE_CONN6 84
#define REVERSI 85
#define UMODE_BBSLUA 86
-#define MODE_MAX 87 /* 所有其他選單動態須在此之前 */
+#define UMODE_ASCIIMOVIE 87
+#define MODE_MAX 88 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */
diff --git a/include/pttstruct.h b/include/pttstruct.h
index eb2edb5c..1e4074f2 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -302,7 +302,7 @@ typedef struct msgque_t {
} msgque_t;
#define ALERT_NEW_MAIL 1
-#define ISNEWMAIL(utmp) utmp->alerts & ALERT_NEW_MAIL
+#define ISNEWMAIL(utmp) (utmp->alerts & ALERT_NEW_MAIL)
#define ALERT_PWD_PERM 2
#define ALERT_PWD_BADPOST 4
#define ALERT_PWD_GOODPOST 8