1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan

Huehner <stefan at huehner.org>.  [ruby-core:10543]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2007-03-19 03:58:57 +00:00
parent a20ecf3be4
commit 33163ad123
21 changed files with 57 additions and 58 deletions

View file

@ -576,7 +576,7 @@ thread_dump_state(VALUE self)
}
void
yarv_bug()
yarv_bug(void)
{
rb_thread_t *th = GET_THREAD();
VALUE bt;