# HG changeset patch # User Dan Nicolaescu # Date 1286122915 25200 # Node ID dbed53d02a0125e3fcd3406978dcf476e4de1c13 # Parent 5850ff18beab2ef3b99a0c4d7c11da7d29d7a89f * src/termhooks.h: Remove #ifdef CONSP. diff -r 5850ff18beab -r dbed53d02a01 src/ChangeLog --- a/src/ChangeLog Sun Oct 03 17:58:09 2010 +0200 +++ b/src/ChangeLog Sun Oct 03 09:21:55 2010 -0700 @@ -1,5 +1,7 @@ 2010-10-03 Dan Nicolaescu + * termhooks.h: Remove #ifdef CONSP. + * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in. Include unconditionally. diff -r 5850ff18beab -r dbed53d02a01 src/termhooks.h --- a/src/termhooks.h Sun Oct 03 17:58:09 2010 +0200 +++ b/src/termhooks.h Sun Oct 03 09:21:55 2010 -0700 @@ -44,11 +44,6 @@ /* 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 struct tty_display_info *gpm_tty; #endif -#endif /* CONSP */ - struct ns_display_info; struct x_display_info;