diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 0439d5763bc..8fbc04489b9 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -3262,6 +3262,7 @@ arith_error (signo) | |||
| 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 | ||