aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index afbca80181d..811619b58b3 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3366,6 +3366,7 @@ arith_error (signo)
3366 sigsetmask (SIGEMPTYMASK); 3366 sigsetmask (SIGEMPTYMASK);
3367#endif /* not BSD4_1 */ 3367#endif /* not BSD4_1 */
3368 3368
3369 SIGNAL_THREAD_CHECK (signo);
3369 Fsignal (Qarith_error, Qnil); 3370 Fsignal (Qarith_error, Qnil);
3370} 3371}
3371 3372