emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108074: Remove references to macros


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108074: Remove references to macros that are not defined anywhere
Date: Mon, 30 Apr 2012 20:45:39 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108074
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-30 20:45:39 -0700
message:
  Remove references to macros that are not defined anywhere
  
  * src/syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
  s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
  and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
  All were removed before 23.1.
modified:
  src/ChangeLog
  src/syssignal.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-01 00:30:11 +0000
+++ b/src/ChangeLog     2012-05-01 03:45:39 +0000
@@ -1,5 +1,10 @@
 2012-05-01  Glenn Morris  <address@hidden>
 
+       * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
+       s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
+       and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
+       All were removed before 23.1.
+
        * dispnew.c: Remove HAVE_LIBNCURSES test;
        it is always true on relevant platforms.
 

=== modified file 'src/syssignal.h'
--- a/src/syssignal.h   2012-01-19 07:21:25 +0000
+++ b/src/syssignal.h   2012-05-01 03:45:39 +0000
@@ -1,5 +1,6 @@
 /* syssignal.h - System-dependent definitions for signals.
-   Copyright (C) 1993, 1999, 2001-2012  Free Software Foundation, Inc.
+
+Copyright (C) 1993, 1999, 2001-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -82,24 +83,18 @@
 
 #define sigfree() sigsetmask (SIGEMPTYMASK)
 
-#if defined (SIGINFO) && defined (BROKEN_SIGINFO)
-#undef SIGINFO
-#endif
 #if defined (SIGIO) && defined (BROKEN_SIGIO)
 # undef SIGIO
 #endif
+/* Last user: m/ibmrs6000.h  */
 #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL)
 #undef SIGPOLL
 #endif
-#if defined (SIGTSTP) && defined (BROKEN_SIGTSTP)
-#undef SIGTSTP
-#endif
-#if defined (SIGURG) && defined (BROKEN_SIGURG)
-#undef SIGURG
-#endif
+/* Last user: m/ibmrs6000.h  */
 #if defined (SIGAIO) && defined (BROKEN_SIGAIO)
 #undef SIGAIO
 #endif
+/* Last user: m/ibmrs6000.h  */
 #if defined (SIGPTY) && defined (BROKEN_SIGPTY)
 #undef SIGPTY
 #endif


reply via email to

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