emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117893: * alloc.c (local_vector_init): Remove usele


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117893: * alloc.c (local_vector_init): Remove useless INLINE.
Date: Wed, 17 Sep 2014 11:23:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117893
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Wed 2014-09-17 15:22:45 +0400
message:
  * alloc.c (local_vector_init): Remove useless INLINE.
modified:
  src/alloc.c                    alloc.c-20091113204419-o5vbwnq5f7feedwu-252
=== modified file 'src/alloc.c'
--- a/src/alloc.c       2014-09-15 14:53:23 +0000
+++ b/src/alloc.c       2014-09-17 11:22:45 +0000
@@ -3325,7 +3325,7 @@
 /* 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]