]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/termhooks.h: Remove #ifdef CONSP.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 3 Oct 2010 16:21:55 +0000 (09:21 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 3 Oct 2010 16:21:55 +0000 (09:21 -0700)
src/ChangeLog
src/termhooks.h

index 0ed868b7d3a57f95648ec192d052f4a77c8ea57b..6ab8470dd96c742f6ce5ec0648ea8c6d7d3cf3a0 100644 (file)
@@ -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.
index b16c36f9551942aeaa770de5136f0f919080153f..b9358896bae1b20892970a4df385f4b576c60fc4 100644 (file)
@@ -44,11 +44,6 @@ extern void (*fullscreen_hook) (struct frame *f);
 \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 */
-
 \f
 struct ns_display_info;
 struct x_display_info;