From 01c798c31a94a50ad0c4a022fc21c1a31553be21 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Wed, 2 Jun 2021 17:07:18 +0200 Subject: patch 8.2.2928: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move float related functionality to a separate file. (Yegappan Lakshmanan, closes #8287) --- Filelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 66fe467a9..579344bdd 100644 --- a/Filelist +++ b/Filelist @@ -68,6 +68,7 @@ SRC_ALL = \ src/fileio.c \ src/filepath.c \ src/findfile.c \ + src/float.c \ src/fold.c \ src/getchar.c \ src/globals.h \ @@ -246,6 +247,7 @@ SRC_ALL = \ src/proto/fileio.pro \ src/proto/filepath.pro \ src/proto/findfile.pro \ + src/proto/float.pro \ src/proto/fold.pro \ src/proto/getchar.pro \ src/proto/gui.pro \ -- cgit v1.2.1