commit | 01c798c31a94a50ad0c4a022fc21c1a31553be21 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jun 02 17:07:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 17:07:18 2021 +0200 |
tree | cc720adf347b3afa81846b110dd8f595eed5177c | |
parent | a83d06026d0e0dad873de296bff97707ad2faff3 [diff] [blame] |
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)
diff --git a/src/Make_ami.mak b/src/Make_ami.mak index 88b3986..91246d9 100644 --- a/src/Make_ami.mak +++ b/src/Make_ami.mak
@@ -117,6 +117,7 @@ fileio.c \ filepath.c \ findfile.c \ + float.c \ fold.c \ getchar.c \ hardcopy.c \