summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-30 07:45:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-30 07:45:42 +0000
commit1ef67e7146a4a11259900c16746d3c8db9637e52 (patch)
treef959c46536a279ad5306a5ecc8a78b7710a81b15 /include
parent6410694b3783276b964e220d6db1a8c88312585a (diff)
downloadruby-1ef67e7146a4a11259900c16746d3c8db9637e52.tar.gz
ruby-1ef67e7146a4a11259900c16746d3c8db9637e52.tar.xz
ruby-1ef67e7146a4a11259900c16746d3c8db9637e52.zip
* insns.def (defineclass): preserve encoding of class/module
names. [ruby-core:24600] * variable.c (rb_set_class_path_string): set class path with a string value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index bfbd0ef16..8e6e15282 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -759,6 +759,7 @@ VALUE rb_time_num_new(VALUE, VALUE);
VALUE rb_mod_name(VALUE);
VALUE rb_class_path(VALUE);
void rb_set_class_path(VALUE, VALUE, const char*);
+void rb_set_class_path_string(VALUE, VALUE, VALUE);
VALUE rb_path2class(const char*);
void rb_name_class(VALUE, ID);
VALUE rb_class_name(VALUE);