diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-07 06:54:40 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-07 06:54:40 +0000 |
commit | 9e288164064ed064550a9388e0dfad83b7f63626 (patch) | |
tree | d59772230dd2034045c9a8fb7aa06a2f9c1e4549 /bcc32/Makefile.sub | |
parent | 9ebb6486fd15fcd86d3c2c626edcb8b2ab04ff46 (diff) | |
download | ruby-9e288164064ed064550a9388e0dfad83b7f63626.tar.gz ruby-9e288164064ed064550a9388e0dfad83b7f63626.tar.xz ruby-9e288164064ed064550a9388e0dfad83b7f63626.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 3ddcd9ebe..0c4c6bb12 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -577,7 +577,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 |