Mercurial > emacs
diff src/data.c @ 15715:7955341c2d19
(arith_error): Undo previous change.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Tue, 16 Jul 1996 22:19:09 +0000 |
| parents | eb312ef89034 |
| children | ccf489f8596e |
line wrap: on
line diff
--- a/src/data.c Tue Jul 16 09:03:24 1996 +0000 +++ b/src/data.c Tue Jul 16 22:19:09 1996 +0000 @@ -2714,7 +2714,7 @@ 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);
