summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:40:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:40:10 -0800
commit3826a607c17e16afedcdcec09df84e8249cf4756 (patch)
treedc36d621679ede76b042e5dfd629e3fc743b26f3 /src/ast.h
parent5afeed7e21743752e5bcb49337e1c22d9a6f75c1 (diff)
Moved MAX_LINK_LABEL_LENGTH out of public header.
Put it in ast.h.
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,