mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
* intern.h (rb_usascii_str_new): macros for forward compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
74f94e1eb2
commit
dfb8ca93a3
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Sep 3 12:40:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* intern.h (rb_usascii_str_new): macros for forward compatibility.
|
||||||
|
|
||||||
Tue Aug 31 17:32:34 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
Tue Aug 31 17:32:34 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling
|
* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling
|
||||||
|
|
3
intern.h
3
intern.h
|
@ -450,6 +450,9 @@ VALUE rb_str_tmp_new _((long));
|
||||||
VALUE rb_str_buf_append _((VALUE, VALUE));
|
VALUE rb_str_buf_append _((VALUE, VALUE));
|
||||||
VALUE rb_str_buf_cat _((VALUE, const char*, long));
|
VALUE rb_str_buf_cat _((VALUE, const char*, long));
|
||||||
VALUE rb_str_buf_cat2 _((VALUE, const char*));
|
VALUE rb_str_buf_cat2 _((VALUE, const char*));
|
||||||
|
#define rb_usascii_str_new rb_str_new
|
||||||
|
#define rb_usascii_str_new_cstr rb_str_new_cstr
|
||||||
|
#define rb_usascii_str_new2 rb_str_new2
|
||||||
VALUE rb_obj_as_string _((VALUE));
|
VALUE rb_obj_as_string _((VALUE));
|
||||||
VALUE rb_check_string_type _((VALUE));
|
VALUE rb_check_string_type _((VALUE));
|
||||||
VALUE rb_str_dup _((VALUE));
|
VALUE rb_str_dup _((VALUE));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue