diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 16:32:43 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 16:32:43 -0800 |
commit | 5afeed7e21743752e5bcb49337e1c22d9a6f75c1 (patch) | |
tree | 24c6f979b67322f203dfdc155adb7224b02dc930 /src/ast.h | |
parent | 4e587e8be5300d80e23ffeec5b11ba3eedf61276 (diff) |
Removed CMARK_CODE_INDENT, CODE_INDENT from public header.
Now it's in blocks.c, the only module that uses it.
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ extern "C" { #endif -#define CMARK_VERSION "0.1" -#define CMARK_CODE_INDENT 4 #define REFMAP_SIZE 16 #define CMARK_MAX_LINK_LABEL_LENGTH 1000 |