aboutsummaryrefslogtreecommitdiffstats
path: root/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'table.h')
-rw-r--r--table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/table.h b/table.h
index df03143..7bfb838 100644
--- a/table.h
+++ b/table.h
@@ -14,8 +14,10 @@
#include "Str.h"
#define MAX_TABLE 20 /* maximum nest level of table */
+#define MAX_TABLE_N_LIMIT 2000
#define MAX_TABLE_N 20 /* maximum number of table in same level */
+#define MAXROW_LIMIT 32767
#define MAXROW 50
#define MAXCOL 256