Protoized old pre-ANSI K&R style declarations and definitions

This commit is contained in:
Nobuyoshi Nakada 2021-05-07 00:04:36 +09:00
parent 99644514db
commit 0bbab1e515
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
10 changed files with 22 additions and 20 deletions

View file

@ -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;
};