From: Karl Heuer Date: Tue, 16 Jul 1996 22:19:09 +0000 (+0000) Subject: (arith_error): Undo previous change. X-Git-Tag: emacs-19.34~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=694691d0bcbc844c257b1362469066d9641045a4;p=emacs.git (arith_error): Undo previous change. --- diff --git a/src/data.c b/src/data.c index 96a713daf98..88ed31a14bb 100644 --- a/src/data.c +++ b/src/data.c @@ -2714,7 +2714,7 @@ SIGTYPE arith_error (signo) int signo; { -#if defined(USG) && !defined(POSIX_SIGNALS) +#ifdef USG /* USG systems forget handlers when they are used; must reestablish each time */ signal (signo, arith_error);