emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109929: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109929: nt/config.nt: Sync with autogen/config.in.
Date: Fri, 07 Sep 2012 14:15:08 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109929
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-09-07 14:15:08 +0200
message:
  nt/config.nt: Sync with autogen/config.in.
  (NO_ABORT, SIGNAL_H_AHB): Remove.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-09-07 08:20:07 +0000
+++ b/nt/ChangeLog      2012-09-07 12:15:08 +0000
@@ -1,3 +1,8 @@
+2012-09-07  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (NO_ABORT, SIGNAL_H_AHB): Remove.
+
 2012-09-07  Eli Zaretskii  <address@hidden>
 
        * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-09-05 00:17:57 +0000
+++ b/nt/config.nt      2012-09-07 12:15:08 +0000
@@ -162,7 +162,7 @@
 #define FIRST_PTY_LETTER 'a'
 
 /* Define if the float library doesn't handle errors by either setting errno,
-   or signaling SIGFPE/SIGILL. */
+   or signaling SIGFPE. */
 #undef FLOAT_CHECK_DOMAIN
 
 /* Enable compile-time and run-time bounds-checking, and some warnings,
@@ -1189,9 +1189,6 @@
    `NO'. */
 #undef NARROWPROTO
 
-/* Do not define abort in emacs.c. */
-#undef NO_ABORT
-
 /* Define if XEditRes should not be used. */
 #undef NO_EDITRES
 
@@ -1313,9 +1310,6 @@
 /* Make process_send_signal work by "typing" a signal character on the pty. */
 #undef SIGNALS_VIA_CHARACTERS
 
-/* Define if AH_BOTTOM should include signal.h. */
-#undef SIGNAL_H_AHB
-
 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
    'sig_atomic_t'. */
 #undef SIG_ATOMIC_T_SUFFIX


reply via email to

[Prev in Thread] Current Thread [Next in Thread]