aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:35:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:35:18 +0000
commit9c871d5a5ae478a7a1fc7ba97dcd50ba854ab8d0 (patch)
treebd4bc8812b973f8b2f609a1cba27634969c1c55b /eval.c
parent404faedbaab52bdc184eaba2332ec4cae55b7e01 (diff)
downloadruby-9c871d5a5ae478a7a1fc7ba97dcd50ba854ab8d0.tar.gz
* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
made internal symbols static. [ruby-dev:27435] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9412 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 fdf0de938e..7339690b73 100644
--- a/eval.c
+++ b/eval.c
@@ -12586,7 +12586,7 @@ thgroup_list(VALUE group)
* ThreadError: can't move from the enclosed thread group
*/
-VALUE
+static VALUE
thgroup_enclose(VALUE group)
{
struct thgroup *data;