From 3826a607c17e16afedcdcec09df84e8249cf4756 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 16:40:10 -0800 Subject: Moved MAX_LINK_LABEL_LENGTH out of public header. Put it in ast.h. --- src/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast.h') 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, -- cgit v1.2.3