aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 956ff3700f2..c9250a67bf0 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3305,6 +3305,10 @@ syms_of_data (void)
3305 XSYMBOL (intern_c_string ("most-negative-fixnum"))->constant = 1; 3305 XSYMBOL (intern_c_string ("most-negative-fixnum"))->constant = 1;
3306} 3306}
3307 3307
3308#ifndef FORWARD_SIGNAL_TO_MAIN_THREAD
3309static void arith_error (int) NO_RETURN;
3310#endif
3311
3308static void 3312static void
3309arith_error (int signo) 3313arith_error (int signo)
3310{ 3314{