summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/make_entities_inc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_entities_inc.py b/tools/make_entities_inc.py
index 7ed307b..7b8ee41 100644
--- a/tools/make_entities_inc.py
+++ b/tools/make_entities_inc.py
@@ -20,7 +20,7 @@ struct cmark_entity_node {
};
#define CMARK_ENTITY_MIN_LENGTH 2
-#define CMARK_ENTITY_MAX_LENGTH 31""")
+#define CMARK_ENTITY_MAX_LENGTH 32""")
print("#define CMARK_NUM_ENTITIES " + str(len(entities)));