From 0bbab1e5151c3396ebe544d09cad997cd9cb5e3b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 7 May 2021 00:04:36 +0900 Subject: Protoized old pre-ANSI K&R style declarations and definitions --- eval_jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval_jump.c') diff --git a/eval_jump.c b/eval_jump.c index 75d4ad0207..2ea73b0da3 100644 --- a/eval_jump.c +++ b/eval_jump.c @@ -48,7 +48,7 @@ rb_f_at_exit(VALUE _) } struct end_proc_data { - void (*func) (); + void (*func) (VALUE); VALUE data; struct end_proc_data *next; }; -- cgit v1.2.3