comparison src/proto.h @ 17873:d50a5faa75bd v8.1.1933

patch 8.1.1933: the eval.c file is too big Commit: https://github.com/vim/vim/commit/0522ba0359c96a8c2a4fc8fca0d3b58e49dda759 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 27 22:48:30 2019 +0200 patch 8.1.1933: the eval.c file is too big Problem: The eval.c file is too big. Solution: Move code related to variables to evalvars.c. (Yegappan Lakshmanan, closes #4868)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Aug 2019 23:00:04 +0200
parents 0a5c615cd949
children bb0e25a8b5d7
comparison
equal deleted inserted replaced
17872:a4a0f826d4d7 17873:d50a5faa75bd
110 # include "arabic.pro" 110 # include "arabic.pro"
111 # endif 111 # endif
112 # ifdef FEAT_VIMINFO 112 # ifdef FEAT_VIMINFO
113 # include "viminfo.pro" 113 # include "viminfo.pro"
114 # endif 114 # endif
115 # include "evalvars.pro"
115 116
116 /* These prototypes cannot be produced automatically. */ 117 /* These prototypes cannot be produced automatically. */
117 int smsg(const char *, ...) 118 int smsg(const char *, ...)
118 #ifdef USE_PRINTF_FORMAT_ATTRIBUTE 119 #ifdef USE_PRINTF_FORMAT_ATTRIBUTE
119 __attribute__((format(printf, 1, 0))) 120 __attribute__((format(printf, 1, 0)))