commit | fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:59:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:59:32 2019 +0200 |
tree | 3420b78d3aa0d58695f9a660592b655ac2f22fb1 | |
parent | d5abb4c87727eecb71b0e8ffdda60fc9598272f3 [diff] [blame] |
patch 8.1.1684: profiling functionality is spread out Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes #4666)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 1eb5ff5..7bd39fa 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -69,6 +69,7 @@ option.c \ os_amiga.c \ popupmnu.c \ + profiler.c \ quickfix.c \ regexp.c \ screen.c \