summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-10 05:36:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-10 05:36:34 +0000
commitd255aa7b69401b81b0963f3c2c84d1be0003b62c (patch)
tree6cd234ae1b4841b71bc61aeb9d919dd3dbe898ef /wince
parent3d4b83aaba6ece74ca480803bf74bffb79dcfde8 (diff)
* 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
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub3
1 files changed, 1 insertions, 2 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 2b0e53209e..1b14afc8a0 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -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