aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-06-12 22:32:49 -0400
committerGlenn Morris2012-06-12 22:32:49 -0400
commit1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2 (patch)
tree6c6bc918a56e49c62e13b8477aa7e447bec7f4f9 /src
parentbfe3e0a23e66d16bfcaae6890bdd764dec0525f2 (diff)
downloademacs-1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2.tar.gz
emacs-1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2.zip
* 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
Diffstat (limited to 'src')
-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 @@
12012-06-13 Glenn Morris <rgm@gnu.org>
2
3 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
4
12012-06-13 Paul Eggert <eggert@cs.ucla.edu> 52012-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) 7 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/>. */
38 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) 38 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
39#endif /* !_IO_STDIO_H */ 39#endif /* !_IO_STDIO_H */
40#endif /* emacs */ 40#endif /* emacs */
41
42#define POSIX_SIGNALS 1