From 5afeed7e21743752e5bcb49337e1c22d9a6f75c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 16:32:43 -0800 Subject: Removed CMARK_CODE_INDENT, CODE_INDENT from public header. Now it's in blocks.c, the only module that uses it. --- src/blocks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blocks.c') diff --git a/src/blocks.c b/src/blocks.c index f95e94e..22545b5 100644 --- a/src/blocks.c +++ b/src/blocks.c @@ -14,6 +14,7 @@ #include "buffer.h" #include "debug.h" +#define CODE_INDENT 4 #define peek_at(i, n) (i)->data[n] static node_block* make_block(cmark_block_tag tag, int start_line, int start_column) -- cgit v1.2.3