From 463d64219b2f47c9bfb50d05a7f4d2b2a4293a97 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 17 Nov 2014 21:04:42 +0100 Subject: Switch cmark_node_inl over to cmark_node --- src/node.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 27c815d..64a9fce 100644 --- a/src/node.h +++ b/src/node.h @@ -7,6 +7,7 @@ extern "C" { #include "cmark.h" #include "buffer.h" +#include "chunk.h" typedef enum { // Block @@ -86,12 +87,10 @@ struct cmark_node { bool open; bool last_line_blank; - // Temp - cmark_node_inl *inline_content; - cmark_strbuf string_content; union { + cmark_chunk literal; cmark_list list; cmark_fenced_code code; cmark_header header; -- cgit v1.2.3