summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 53620c8..0370175 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -12,7 +12,7 @@ extern "C" {
#endif
#define REFMAP_SIZE 16
-#define CMARK_MAX_LINK_LABEL_LENGTH 1000
+#define MAX_LINK_LABEL_LENGTH 1000
typedef enum {
CMARK_INL_STRING,