Move mprintf to libaux

This commit is contained in:
2026-03-17 22:19:23 +01:00
parent 7bcd40151d
commit 76b1533ad0
10 changed files with 20 additions and 19 deletions

View File

@@ -4,7 +4,6 @@ c += ce.c \
context.c \
parser.c \
interp.c \
mprintf.c \
gapbuffer.c \
edit.c
@@ -14,6 +13,5 @@ o += ce.o \
context.o \
parser.o \
interp.o \
mprintf.o \
gapbuffer.o \
edit.o