From c441b29caba87edfa6953a72a64d0b90c68cf220 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sun, 17 Jun 2018 11:32:52 +0700 Subject: starting on a stream_impl for text blocks Working towards putting all content, text, trees, file stream, memory stream and their corresponding locations in the second level stream implementation, leaving the top to just manage a list of stream implementatios of abstract type. --- src/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h index a728e46a..c03902e8 100644 --- a/src/input.h +++ b/src/input.h @@ -68,6 +68,7 @@ struct run_buf enum run_buf_type type; long length; struct colm_tree *tree; + struct stream_impl *si; long offset; struct run_buf *next, *prev; -- cgit v1.2.1