summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-12 22:32:49 -0400
committerGlenn Morris <rgm@gnu.org>2012-06-12 22:32:49 -0400
commit1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2 (patch)
tree6c6bc918a56e49c62e13b8477aa7e447bec7f4f9
parentbfe3e0a23e66d16bfcaae6890bdd764dec0525f2 (diff)
downloademacs-1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2.tar.gz
* 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
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/gnu.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a32572907d..11bb23d7f16 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-13 Glenn Morris <rgm@gnu.org>
+
+ * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
+
2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 089890a12b5..c2bcf7fd9ab 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -38,5 +38,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
#endif /* !_IO_STDIO_H */
#endif /* emacs */
-
-#define POSIX_SIGNALS 1