commit | da861d631d7e22654faee2789286c685ad548911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 15:46:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 15:46:27 2016 +0200 |
tree | 82be0a097878647d6d683040c37d29f500f65aa0 | |
parent | 1abc52c1599fede69b4e76ffde0e879d6fb5080a [diff] [blame] |
patch 7.4.2057 Problem: eval.c is too big. Solution: Move List functions to list.c
diff --git a/src/proto.h b/src/proto.h index 170bfcd..ed2da6e 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -86,6 +86,7 @@ # include "hardcopy.pro" # include "hashtab.pro" # include "json.pro" +# include "list.pro" # include "main.pro" # include "mark.pro" # include "memfile.pro"