summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:36:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:36:20 +0000
commitfa50f60316952ca9fcfe01eca75e5e2ff7946255 (patch)
tree89bd6782e078b35d7c7d817c8bc1d4b7ba5e1fec /eval.c
parent84dffa2fffe0a2a88ed5f4f87a69a27acd291092 (diff)
* eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index cba6428762..940b256545 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;
{