emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101766: * src/termhooks.h: Remove #i


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101766: * src/termhooks.h: Remove #ifdef CONSP.
Date: Sun, 03 Oct 2010 09:21:55 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101766
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-03 09:21:55 -0700
message:
  * src/termhooks.h: Remove #ifdef CONSP.
modified:
  src/ChangeLog
  src/termhooks.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-03 15:39:21 +0000
+++ b/src/ChangeLog     2010-10-03 16:21:55 +0000
@@ -1,5 +1,7 @@
 2010-10-03  Dan Nicolaescu  <address@hidden>
 
+       * termhooks.h: Remove #ifdef CONSP.
+
        * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
 
        Include <fcntl.h> unconditionally.

=== modified file 'src/termhooks.h'
--- a/src/termhooks.h   2010-09-25 09:36:36 +0000
+++ b/src/termhooks.h   2010-10-03 16:21:55 +0000
@@ -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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]