mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
347 B
C
14 lines
347 B
C
$NetBSD: patch-src_data.c,v 1.1 2013/04/21 15:39:59 joerg Exp $
|
|
|
|
--- src/data.c.orig 2013-03-01 17:41:37.000000000 +0000
|
|
+++ src/data.c
|
|
@@ -2369,7 +2369,7 @@ arith_error (signo)
|
|
Fsignal (Qarith_error, Qnil);
|
|
}
|
|
|
|
-init_data ()
|
|
+void init_data (void)
|
|
{
|
|
/* Don't do this if just dumping out.
|
|
We don't want to call `signal' in this case
|