From 2d278922cfcd7c635e222fd554b7c5e73d0213eb Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Dec 2007 04:17:06 +0000 Subject: * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, lex.c.blt, keywords, load.c, thread.c: more ANSI'ize. a patch from Tadashi Saito in [ruby-dev:32725] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index a96806d77..5bf529922 100644 --- a/thread.c +++ b/thread.c @@ -1998,7 +1998,7 @@ struct thgroup { * were created. */ -static VALUE thgroup_s_alloc _((VALUE)); +static VALUE thgroup_s_alloc(VALUE); static VALUE thgroup_s_alloc(VALUE klass) { -- cgit