pkgsrc-ng/editors/mule/patches/patch-src_data.c
2013-09-26 17:14:40 +02:00

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