diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-13 22:59:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-13 22:59:32 +0200 |
commit | fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa (patch) | |
tree | 3420b78d3aa0d58695f9a660592b655ac2f22fb1 /src/Make_morph.mak | |
parent | d5abb4c87727eecb71b0e8ffdda60fc9598272f3 (diff) | |
download | vim-git-fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa.tar.gz |
patch 8.1.1684: profiling functionality is spread outv8.1.1684
Problem: Profiling functionality is spread out.
Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan,
closes #4666)
Diffstat (limited to 'src/Make_morph.mak')
-rw-r--r-- | src/Make_morph.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 1eb5ff52d..7bd39faa3 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak @@ -69,6 +69,7 @@ SRC = arabic.c \ option.c \ os_amiga.c \ popupmnu.c \ + profiler.c \ quickfix.c \ regexp.c \ screen.c \ |