mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 23:16:42 +02:00
* string.c (rb_str_match): raise TypeError when both arguments are
strings. [ruby-dev:22851] * string.c (rb_str_match2): removed. * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (string.c): now not depend on version.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d4b83aaba
commit
d255aa7b69
6 changed files with 16 additions and 31 deletions
|
@ -703,8 +703,7 @@ sprintf.obj: {$(srcdir)}sprintf.c {$(srcdir)}ruby.h config.h \
|
|||
st.obj: {$(srcdir)}st.c config.h {$(srcdir)}st.h
|
||||
string.obj: {$(srcdir)}string.c {$(srcdir)}ruby.h config.h \
|
||||
{$(srcdir)}defines.h {$(srcdir)}intern.h {$(srcdir)}missing.h \
|
||||
{$(srcdir)}re.h {$(srcdir)}regex.h {$(srcdir)}version.h \
|
||||
{$(srcdir)}/win32/win32.h
|
||||
{$(srcdir)}re.h {$(srcdir)}regex.h {$(srcdir)}/win32/win32.h
|
||||
struct.obj: {$(srcdir)}struct.c {$(srcdir)}ruby.h config.h \
|
||||
{$(srcdir)}defines.h {$(srcdir)}intern.h {$(srcdir)}missing.h \
|
||||
{$(srcdir)}/win32/win32.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue