From 8f7cc904b651f3267daeb3ad757226b43273142f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 18 Oct 2005 17:36:20 +0000 Subject: * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index cba642876..940b25654 100644 --- a/eval.c +++ b/eval.c @@ -12570,7 +12570,7 @@ thgroup_list(group) * ThreadError: can't move from the enclosed thread group */ -VALUE +static VALUE thgroup_enclose(group) VALUE group; { -- cgit