1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

* 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
This commit is contained in:
Glenn Morris 2012-06-12 22:32:49 -04:00
parent bfe3e0a23e
commit 1d3823c985
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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