changeset 110738:dbed53d02a01

* src/termhooks.h: Remove #ifdef CONSP.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 03 Oct 2010 09:21:55 -0700
parents 5850ff18beab
children 4379d5736f65
files src/ChangeLog src/termhooks.h
diffstat 2 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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  <dann@ics.uci.edu>
 
+	* termhooks.h: Remove #ifdef CONSP.
+
 	* xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
 
 	Include <fcntl.h> unconditionally.
--- 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;