* lisp.h: Remove empty conditional.

This commit is contained in:
Andreas Schwab 2012-07-07 23:39:23 +02:00
parent 4da41f1c10
commit b676b881b2
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
* lisp.h: Remove empty conditional.
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (load_path_check): Now static.

View file

@ -2958,8 +2958,6 @@ extern int indented_beyond_p (ptrdiff_t, ptrdiff_t, EMACS_INT);
extern void syms_of_indent (void);
/* Defined in frame.c */
#ifdef HAVE_WINDOW_SYSTEM
#endif /* HAVE_WINDOW_SYSTEM */
extern Lisp_Object Qonly;
extern Lisp_Object Qvisible;
extern void store_frame_param (struct frame *, Lisp_Object, Lisp_Object);