diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-03-17 08:58:21 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-03-17 08:58:21 +0000 |
commit | b54db8568cae6f5be8b98977a82d11df2d5c8c73 (patch) | |
tree | b7027454a641e7c51404b316cb9b0b28f66acd3d /intern.h | |
parent | 8f043b64fb245bb4ce6748850f77e1ff48d97fa5 (diff) | |
download | ruby-b54db8568cae6f5be8b98977a82d11df2d5c8c73.tar.gz ruby-b54db8568cae6f5be8b98977a82d11df2d5c8c73.tar.xz ruby-b54db8568cae6f5be8b98977a82d11df2d5c8c73.zip |
2000-03-17
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ int rb_str_cmp _((VALUE, VALUE)); VALUE rb_str_upto _((VALUE, VALUE, int)); VALUE rb_str_inspect _((VALUE)); VALUE rb_str_split _((VALUE, const char*)); +void rb_str_associate _((VALUE, VALUE)); /* struct.c */ VALUE rb_struct_new __((VALUE, ...)); VALUE rb_struct_define __((const char*, ...)); |