]> git.eshelyaron.com Git - emacs.git/commitdiff
* alloc.c (local_vector_init): Remove useless INLINE.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 17 Sep 2014 11:22:45 +0000 (15:22 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 17 Sep 2014 11:22:45 +0000 (15:22 +0400)
src/alloc.c

index aa5849fee4820f2ad079c4526097865f4d987d77..d28db1e58b8787d5ddf78bac5c171b84293bef9c 100644 (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;