From 1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 12 Jun 2012 22:32:49 -0400 Subject: [PATCH] * 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 --- src/ChangeLog | 4 ++++ src/s/gnu.h | 2 -- 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 + + * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). + 2012-06-13 Paul Eggert 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 . */ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) #endif /* !_IO_STDIO_H */ #endif /* emacs */ - -#define POSIX_SIGNALS 1 -- 2.39.5