aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-30 20:45:39 -0700
committerGlenn Morris2012-04-30 20:45:39 -0700
commit99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168 (patch)
tree8b7187a23d7c947ee9d02325ba8923d57b95e8bd /src/ChangeLog
parent1056cb66e67bccaf3001174d9ef28e962f6b5af1 (diff)
downloademacs-99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168.tar.gz
emacs-99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c02d919a2e2..0e17d5dd345 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-05-01 Glenn Morris <rgm@gnu.org> 12012-05-01 Glenn Morris <rgm@gnu.org>
2 2
3 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
4 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
5 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
6 All were removed before 23.1.
7
3 * dispnew.c: Remove HAVE_LIBNCURSES test; 8 * dispnew.c: Remove HAVE_LIBNCURSES test;
4 it is always true on relevant platforms. 9 it is always true on relevant platforms.
5 10