mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
* src/termhooks.h: Remove #ifdef CONSP.
This commit is contained in:
parent
178fdd41ca
commit
b5437a05ec
2 changed files with 2 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* termhooks.h: Remove #ifdef CONSP.
|
||||
|
||||
* xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
|
||||
|
||||
Include <fcntl.h> unconditionally.
|
||||
|
|
|
|||
|
|
@ -44,11 +44,6 @@ extern void (*fullscreen_hook) (struct frame *f);
|
|||
|
||||
/* Input queue declarations and hooks. */
|
||||
|
||||
/* Expedient hack: only provide the below definitions to files that
|
||||
are prepared to handle lispy things. CONSP is defined if lisp.h
|
||||
has been included before this file. */
|
||||
#ifdef CONSP
|
||||
|
||||
enum event_kind
|
||||
{
|
||||
NO_EVENT, /* nothing happened. This should never
|
||||
|
|
@ -317,8 +312,6 @@ extern void term_mouse_moveto (int, int);
|
|||
extern struct tty_display_info *gpm_tty;
|
||||
#endif
|
||||
|
||||
#endif /* CONSP */
|
||||
|
||||
|
||||
struct ns_display_info;
|
||||
struct x_display_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue