commit | 473952e85286eb9c6098801f1819981ba61ad153 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 16:30:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 16:30:04 2019 +0200 |
tree | 853c22efb3c9b723e336b560e756da38db610021 | |
parent | 9be0e0b9d31e42d0074527a7789836087475142a [diff] [blame] |
patch 8.1.2094: the fileio.c file is too big Problem: The fileio.c file is too big. Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan, closes #4990)
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 01f6233..503761c 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak
@@ -709,6 +709,7 @@ $(OUTDIR)/blob.o \ $(OUTDIR)/blowfish.o \ $(OUTDIR)/buffer.o \ + $(OUTDIR)/bufwrite.o \ $(OUTDIR)/change.o \ $(OUTDIR)/charset.o \ $(OUTDIR)/cmdexpand.o \