]> git.eshelyaron.com Git - emacs.git/commitdiff
(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Sep 1996 19:49:35 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Sep 1996 19:49:35 +0000 (19:49 +0000)
src/data.c

index 9d53d83425ce8d4b7a1723f05bc7731819361c9a..744e19db7124569100926cd3853908556d2798e7 100644 (file)
@@ -2711,7 +2711,7 @@ SIGTYPE
 arith_error (signo)
      int signo;
 {
-#ifdef USG
+#if defined(USG) && !defined(POSIX_SIGNALS)
   /* USG systems forget handlers when they are used;
      must reestablish each time */
   signal (signo, arith_error);