comparison src/Makefile @ 18019:68fd5296bf73 v8.1.2005

patch 8.1.2005: the regexp.c file is too big Commit: https://github.com/vim/vim/commit/6d7d7cf750bca5d641e464f6a3af5ee5b99a5ac8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 23:16:33 2019 +0200 patch 8.1.2005: the regexp.c file is too big Problem: The regexp.c file is too big. Solution: Move the backtracking engine to a separate file. (Yegappan Lakshmanan, closes #4905)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 23:30:04 +0200
parents cf8e0c7e0cb9
children 88b5c2b4e3d2
comparison
equal deleted inserted replaced
18018:08fb5a871e6b 18019:68fd5296bf73
3324 $(CCC) -o $@ pty.c 3324 $(CCC) -o $@ pty.c
3325 3325
3326 objects/quickfix.o: quickfix.c 3326 objects/quickfix.o: quickfix.c
3327 $(CCC) -o $@ quickfix.c 3327 $(CCC) -o $@ quickfix.c
3328 3328
3329 objects/regexp.o: regexp.c regexp_nfa.c 3329 objects/regexp.o: regexp.c regexp_bt.c regexp_nfa.c
3330 $(CCC) -o $@ regexp.c 3330 $(CCC) -o $@ regexp.c
3331 3331
3332 objects/scriptfile.o: scriptfile.c 3332 objects/scriptfile.o: scriptfile.c
3333 $(CCC) -o $@ scriptfile.c 3333 $(CCC) -o $@ scriptfile.c
3334 3334
3792 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3792 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3793 proto.h globals.h 3793 proto.h globals.h
3794 objects/regexp.o: regexp.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3794 objects/regexp.o: regexp.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3795 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3795 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3796 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3796 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3797 proto.h globals.h regexp_nfa.c 3797 proto.h globals.h regexp_bt.c regexp_nfa.c
3798 objects/scriptfile.o: scriptfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3798 objects/scriptfile.o: scriptfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3799 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3799 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3800 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3800 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3801 proto.h globals.h 3801 proto.h globals.h
3802 objects/screen.o: screen.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3802 objects/screen.o: screen.c vim.h protodef.h auto/config.h feature.h os_unix.h \