From 7abe45b5ea0e051b0510a5efc56b1a3d5f22da6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 9 Oct 2020 12:28:26 +0200 Subject: text: move higher level utility functions to separate file The moved functions do not need access to internals of text.c, but instead use the public interfaces. Splitting them out should facilitate experimentation with different core text management data structures. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7601892..a043e70 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ SRC = array.c \ map.c \ sam.c \ text.c \ + text-common.c \ text-io.c \ text-iterator.c \ text-motions.c \ -- cgit v1.2.3