1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

* alloc.c (local_vector_init): Remove useless INLINE.

This commit is contained in:
Dmitry Antipov 2014-09-17 15:22:45 +04:00
parent 061184b8c6
commit 70d0c024da

View file

@ -3325,7 +3325,7 @@ See also the function `vector'. */)
/* Initialize V with LENGTH objects each with value INIT,
and return it tagged as a Lisp Object. */
INLINE Lisp_Object
Lisp_Object
local_vector_init (struct Lisp_Vector *v, ptrdiff_t length, Lisp_Object init)
{
v->header.size = length;