summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-29 11:21:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-29 11:21:07 -0800
commit3ff8fab34651e9acdc14be8cd0cbdd9df01004b2 (patch)
treee58fd1b5d226e4acc05eb2418f3d455cea9621dd /src/parser.h
parentc8a2c3df72132c8eb683d5373f10b4d99964b316 (diff)
parent46ec4da981af45591d25cb54c47a0afd061306c2 (diff)
Merge pull request #225 from nwellnhof/push_parser
Push parser interface
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index e0ed507..9d65b67 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -17,6 +17,7 @@ struct cmark_parser {
struct cmark_node* current;
int line_number;
cmark_strbuf *curline;
+ cmark_strbuf *linebuf;
};
#ifdef __cplusplus