comparison src/proto/misc2.pro @ 15195:16b2f2db6f28 v8.1.0607

patch 8.1.0607: proto files are not in sync with the source code commit https://github.com/vim/vim/commit/c447d8d33f695a83fefe4e47334b41c32874c3c5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 21:56:28 2018 +0100 patch 8.1.0607: proto files are not in sync with the source code Problem: Proto files are not in sync with the source code. Solution: Update the proto files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:00:07 +0100
parents c338c91086b9
children 3a99b2e6d136
comparison
equal deleted inserted replaced
15194:8b334e4cb97f 15195:16b2f2db6f28
18 void check_cursor_col_win(win_T *win); 18 void check_cursor_col_win(win_T *win);
19 void check_cursor(void); 19 void check_cursor(void);
20 void adjust_cursor_col(void); 20 void adjust_cursor_col(void);
21 int leftcol_changed(void); 21 int leftcol_changed(void);
22 void vim_mem_profile_dump(void); 22 void vim_mem_profile_dump(void);
23 int alloc_does_fail(long_u size);
23 char_u *alloc(unsigned size); 24 char_u *alloc(unsigned size);
24 int alloc_does_fail(long_u size);
25 char_u *alloc_id(unsigned size, alloc_id_T id); 25 char_u *alloc_id(unsigned size, alloc_id_T id);
26 char_u *alloc_clear(unsigned size); 26 char_u *alloc_clear(unsigned size);
27 char_u *alloc_check(unsigned size); 27 char_u *alloc_check(unsigned size);
28 char_u *lalloc_clear(long_u size, int message); 28 char_u *lalloc_clear(long_u size, int message);
29 char_u *lalloc(long_u size, int message); 29 char_u *lalloc(long_u size, int message);