emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108586: * src/s/gnu.h (POSIX_SIGNALS


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108586: * src/s/gnu.h (POSIX_SIGNALS): Remove (again).
Date: Tue, 12 Jun 2012 22:32:49 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108586
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-06-12 22:32:49 -0400
message:
  * src/s/gnu.h (POSIX_SIGNALS): Remove (again).
  
  This was added in 2012-01 in response to http://debbugs.gnu.org/10552 .
  However, this issue had already been fixed in the trunk two years
  earlier, by removing POSIX_SIGNALS altogether. Ref:
  
  http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00002.html
modified:
  src/ChangeLog
  src/s/gnu.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-13 00:26:40 +0000
+++ b/src/ChangeLog     2012-06-13 02:32:49 +0000
@@ -1,3 +1,7 @@
+2012-06-13  Glenn Morris  <address@hidden>
+
+       * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
+
 2012-06-13  Paul Eggert  <address@hidden>
 
        USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)

=== modified file 'src/s/gnu.h'
--- a/src/s/gnu.h       2012-06-11 23:17:11 +0000
+++ b/src/s/gnu.h       2012-06-13 02:32:49 +0000
@@ -38,5 +38,3 @@
   ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
 #endif /* !_IO_STDIO_H */
 #endif /* emacs */
-
-#define POSIX_SIGNALS 1


reply via email to

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