From b97aa9b90e0156923c138a22b9b1ce3dacd6e2f7 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 7 Jul 2004 06:54:40 +0000 Subject: * string.c (rb_str_match): raise TypeError when both arguments are strings. [ruby-dev:22869] (backported from HEAD) * 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/branches/ruby_1_8@6594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 3498432128..3d37b9ff33 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -659,8 +659,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 -- cgit v1.2.3