diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 17:35:18 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 17:35:18 +0000 |
commit | 9c871d5a5ae478a7a1fc7ba97dcd50ba854ab8d0 (patch) | |
tree | bd4bc8812b973f8b2f609a1cba27634969c1c55b /eval.c | |
parent | 404faedbaab52bdc184eaba2332ec4cae55b7e01 (diff) |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |