comparison src/data.c @ 90068:eac554634bfa

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-747 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 25 Dec 2004 02:00:25 +0000
parents f2ebccfa87d4 59945307b86b
children 95879cc1ed20
comparison
equal deleted inserted replaced
90067:b481c5870e10 90068:eac554634bfa
3260 sigrelse (SIGFPE); 3260 sigrelse (SIGFPE);
3261 #else /* not BSD4_1 */ 3261 #else /* not BSD4_1 */
3262 sigsetmask (SIGEMPTYMASK); 3262 sigsetmask (SIGEMPTYMASK);
3263 #endif /* not BSD4_1 */ 3263 #endif /* not BSD4_1 */
3264 3264
3265 SIGNAL_THREAD_CHECK (signo);
3265 Fsignal (Qarith_error, Qnil); 3266 Fsignal (Qarith_error, Qnil);
3266 } 3267 }
3267 3268
3268 void 3269 void
3269 init_data () 3270 init_data ()