aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-03-20 17:00:55 +0000
committerJim Blandy1992-03-20 17:00:55 +0000
commitf58b36863ac639e85c0e5bd92a904491053e30d9 (patch)
tree168b7a5f198d03dc843ce32b98686da179920a04 /src
parent56d2031be55a6e52919f39afdca611b1efdda177 (diff)
downloademacs-f58b36863ac639e85c0e5bd92a904491053e30d9.tar.gz
emacs-f58b36863ac639e85c0e5bd92a904491053e30d9.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 34dff11982f..4e95494d593 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1,5 +1,5 @@
1/* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. 1/* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter.
2 Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1988, 1992 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -1976,6 +1976,7 @@ init_data ()
1976 return; 1976 return;
1977#endif /* CANNOT_DUMP */ 1977#endif /* CANNOT_DUMP */
1978 signal (SIGFPE, arith_error); 1978 signal (SIGFPE, arith_error);
1979
1979#ifdef uts 1980#ifdef uts
1980 signal (SIGEMT, arith_error); 1981 signal (SIGEMT, arith_error);
1981#endif /* uts */ 1982#endif /* uts */