comparison src/Make_vms.mms @ 24780:7bc92a651472 v8.2.2928

patch 8.2.2928: the evalfunc.c file is too big Commit: https://github.com/vim/vim/commit/01c798c31a94a50ad0c4a022fc21c1a31553be21 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 2 17:07:18 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jun 2021 17:15:03 +0200
parents 49d866e9b439
children dc66d0284518
comparison
equal deleted inserted replaced
24779:3675d97a795e 24780:7bc92a651472
341 ex_eval.c \ 341 ex_eval.c \
342 ex_getln.c \ 342 ex_getln.c \
343 fileio.c \ 343 fileio.c \
344 filepath.c, \ 344 filepath.c, \
345 findfile.c \ 345 findfile.c \
346 float.c \
346 fold.c \ 347 fold.c \
347 getchar.c \ 348 getchar.c \
348 gui_xim.c \ 349 gui_xim.c \
349 hardcopy.c \ 350 hardcopy.c \
350 hashtab.c \ 351 hashtab.c \
458 ex_eval.obj \ 459 ex_eval.obj \
459 ex_getln.obj \ 460 ex_getln.obj \
460 fileio.obj \ 461 fileio.obj \
461 filepath.obj \ 462 filepath.obj \
462 findfile.obj \ 463 findfile.obj \
464 float.obj \
463 fold.obj \ 465 fold.obj \
464 getchar.obj \ 466 getchar.obj \
465 gui_xim.obj \ 467 gui_xim.obj \
466 hardcopy.obj \ 468 hardcopy.obj \
467 hashtab.obj \ 469 hashtab.obj \
858 errors.h globals.h 860 errors.h globals.h
859 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \ 861 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
860 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 862 ascii.h keymap.h term.h macros.h structs.h regexp.h \
861 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 863 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
862 errors.h globals.h 864 errors.h globals.h
865 float.obj : float.c vim.h [.auto]config.h feature.h os_unix.h \
866 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
867 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
863 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 868 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
864 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 869 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
865 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h 870 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h
866 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 871 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
867 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 872 ascii.h keymap.h term.h macros.h structs.h regexp.h \