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:
parent
061184b8c6
commit
70d0c024da
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue