summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-22 06:22:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-22 06:22:41 +0000
commit477c0db2bdca336b498e92708d7c99479860f16e (patch)
tree5199f84f251ddb6064c9af898356313fb21dcd3c /vm.c
parent00e28c26a77b2141df351f646fa4de5e6cca1864 (diff)
* eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,
vm.c: need to add const to prototypes, of course. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 212d19b73b..786c94e5fa 100644
--- a/vm.c
+++ b/vm.c
@@ -150,7 +150,7 @@ env_alloc(void)
return obj;
}
-static VALUE check_env_value(VALUE envval);
+static VALUE check_env_value(const VALUE envval);
static int
check_env(rb_env_t * const env)