aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-25 08:54:29 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-25 08:54:29 +0000
commit5ba27573a0d179d0a39d9997cfde000b20cd0b87 (patch)
treeb25c4de31f7659071e51057cc252a37cd8f26008 /include
parentc2a734ea9946f88109b5ffc4507af66eed7f8cc8 (diff)
downloadruby-5ba27573a0d179d0a39d9997cfde000b20cd0b87.tar.gz
* string.c, include/ruby/intern.h: export rb_str_length().
* insns.def: use rb_str_lengt() in opt_length. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13271 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 ae231c7d91..ed16c73d97 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -520,6 +520,7 @@ VALUE rb_str_associated(VALUE);
void rb_str_setter(VALUE, ID, VALUE*);
VALUE rb_str_intern(VALUE);
VALUE rb_sym_to_s(VALUE);
+VALUE rb_str_length(VALUE);
/* struct.c */
VALUE rb_struct_new(VALUE, ...);
VALUE rb_struct_define(const char*, ...);