aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-26 17:31:13 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-26 18:29:17 -0300
commitf8432ef127c0d84bc89ef604dfd6b619acd89c3b (patch)
tree9452aa3b53d877517585166c2cebaaef8606c41e /src/vim.h
parent580ababcb5b822aaf938defa38a0ffd5511f0d65 (diff)
downloadrneovim-f8432ef127c0d84bc89ef604dfd6b619acd89c3b.tar.gz
rneovim-f8432ef127c0d84bc89ef604dfd6b619acd89c3b.tar.bz2
rneovim-f8432ef127c0d84bc89ef604dfd6b619acd89c3b.zip
Use realloc instead of vim_realloc
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vim.h b/src/vim.h
index f8ec4c5714..027bfe3b38 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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.
*/