summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 6bd4bb98..2f01b82f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -209,7 +209,8 @@
#define I_TIMEOUT (-2) /* Used for the getchar routine select call */
#define I_OTHERDATA (-333) /* interface, (-3) will conflict with chinese */
-#define MAX_MODES 127
+#define MAX_MODES (127)
+#define MAX_RECOMMENDS (100)
#ifndef MIN
#define MIN(a,b) (((a)<(b))?(a):(b))