mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Protoized old pre-ANSI K&R style declarations and definitions
This commit is contained in:
parent
99644514db
commit
0bbab1e515
10 changed files with 22 additions and 20 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue