]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/s/gnu.h (POSIX_SIGNALS): Remove (again).
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Jun 2012 02:32:49 +0000 (22:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Jun 2012 02:32:49 +0000 (22:32 -0400)
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
src/s/gnu.h

index 8a32572907d0f3ab745e4de3ac94d649fc0fceae..11bb23d7f1623649d13158979b2afa798bafadee 100644 (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)
index 089890a12b55b16cb32f86da93559776cc331fa2..c2bcf7fd9ab44474d49c071744869448635567f6 100644 (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