mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
Use realloc instead of vim_realloc
This commit is contained in:

committed by
Thiago de Arruda

parent
580ababcb5
commit
f8432ef127
@@ -1387,9 +1387,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */
|
||||
/* stop using fastcall for Borland */
|
||||
|
||||
|
||||
/* Note: a NULL argument for vim_realloc() is not portable, don't use it. */
|
||||
#define vim_realloc(ptr, size) realloc((ptr), (size))
|
||||
|
||||
/*
|
||||
* The following macros stop display/event loop nesting at the wrong time.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user