summaryrefslogtreecommitdiffstats
path: root/bcc32
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
commit680895a24b143c5da50ca2836bda6a4a61be8921 (patch)
tree6cd234ae1b4841b71bc61aeb9d919dd3dbe898ef /bcc32
parent5d9349a9a5d953e2fa9254e35b9742966dcfe3a4 (diff)
downloadruby-680895a24b143c5da50ca2836bda6a4a61be8921.tar.gz
ruby-680895a24b143c5da50ca2836bda6a4a61be8921.tar.xz
ruby-680895a24b143c5da50ca2836bda6a4a61be8921.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@5662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 7c748ce47..17d6bc540 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -630,7 +630,7 @@ ruby.obj: ruby.c ruby.h config.h defines.h intern.h missing.h dln.h node.h util.
signal.obj: signal.c ruby.h config.h defines.h intern.h missing.h rubysig.h win32.h
sprintf.obj: sprintf.c ruby.h config.h defines.h intern.h missing.h win32.h
st.obj: st.c config.h st.h
-string.obj: string.c ruby.h config.h defines.h intern.h missing.h re.h regex.h version.h win32.h
+string.obj: string.c ruby.h config.h defines.h intern.h missing.h re.h regex.h win32.h
struct.obj: struct.c ruby.h config.h defines.h intern.h missing.h win32.h
time.obj: time.c ruby.h config.h defines.h intern.h missing.h win32.h
util.obj: util.c ruby.h config.h defines.h intern.h missing.h util.h win32.h