* lisp.h (XSYMBOL): Parenthesize id in forward decl.
Needed when neither optimizing nor inlining. Also, sort decls alphabetically.
This commit is contained in:
parent
5b5dab1281
commit
6e8fe3f853
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-01-05 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lisp.h (XSYMBOL): Parenthesize id in forward decl.
|
||||
Needed when neither optimizing nor inlining.
|
||||
Also, sort decls alphabetically.
|
||||
|
||||
2015-01-05 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32proc.c, w32.h, w32fns.c, w32font.c, w32menu.c, w32notify.c:
|
||||
|
|
|
@ -609,10 +609,10 @@ INLINE bool SUB_CHAR_TABLE_P (Lisp_Object);
|
|||
INLINE bool SUBRP (Lisp_Object);
|
||||
INLINE bool (SYMBOLP) (Lisp_Object);
|
||||
INLINE bool (VECTORLIKEP) (Lisp_Object);
|
||||
INLINE struct Lisp_Symbol *XSYMBOL (Lisp_Object);
|
||||
INLINE void *(XUNTAGBASE) (Lisp_Object, int, void *);
|
||||
INLINE bool WINDOWP (Lisp_Object);
|
||||
INLINE struct Lisp_Save_Value *XSAVE_VALUE (Lisp_Object);
|
||||
INLINE struct Lisp_Symbol *(XSYMBOL) (Lisp_Object);
|
||||
INLINE void *(XUNTAGBASE) (Lisp_Object, int, void *);
|
||||
|
||||
/* Defined in chartab.c. */
|
||||
extern Lisp_Object char_table_ref (Lisp_Object, int);
|
||||
|
|
Loading…
Add table
Reference in a new issue