emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5647847: Remove now-unnecessary forward XTYPE decl


From: Paul Eggert
Subject: [Emacs-diffs] master 5647847: Remove now-unnecessary forward XTYPE decl
Date: Tue, 13 Jan 2015 22:05:10 +0000

branch: master
commit 564784766297a6f2e06434e2baa7a1d851672a36
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Remove now-unnecessary forward XTYPE decl
    
    * lisp.h (XTYPE): Remove forward declaration.  The recent merge
    from emacs-24 fixed the problem in a better way, by moving XPNTR's
    definition to after XTYPE's.
---
 src/ChangeLog |    7 +++++++
 src/lisp.h    |    1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 2f40a46..7ec6980 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2015-01-13  Paul Eggert  <address@hidden>
+
+       Remove now-unnecessary forward XTYPE decl
+       * lisp.h (XTYPE): Remove forward declaration.  The recent merge
+       from emacs-24 fixed the problem in a better way, by moving XPNTR's
+       definition to after XTYPE's.
+
 2015-01-13  Eli Zaretskii  <address@hidden>
 
        Fix problems with 32-bit wide-int build exposed by MinGW.
diff --git a/src/lisp.h b/src/lisp.h
index ba1aff8..51556fc 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -610,7 +610,6 @@ INLINE bool (VECTORLIKEP) (Lisp_Object);
 INLINE bool WINDOWP (Lisp_Object);
 INLINE struct Lisp_Save_Value *XSAVE_VALUE (Lisp_Object);
 INLINE struct Lisp_Symbol *(XSYMBOL) (Lisp_Object);
-INLINE enum Lisp_Type (XTYPE) (Lisp_Object);
 INLINE void *(XUNTAG) (Lisp_Object, int);
 
 /* Defined in chartab.c.  */



reply via email to

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