diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-24 16:23:42 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-24 16:23:42 +0000 |
| commit | 068b462a3d41172a42c2a8829926f2bcce22f38c (patch) | |
| tree | c827d7792e5c51c0ba0e7531096fc772057e8eba | |
| parent | a3860bdc7568951e0eda9067d1d61478f2f3544c (diff) | |
| download | ruby-068b462a3d41172a42c2a8829926f2bcce22f38c.tar.gz ruby-068b462a3d41172a42c2a8829926f2bcce22f38c.tar.xz ruby-068b462a3d41172a42c2a8829926f2bcce22f38c.zip | |
* regex.c: declare rb_warn to have variadic argument. [ruby-core:4751]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | regex.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Apr 25 01:18:43 2005 Tanaka Akira <akr@m17n.org> + + * regex.c: declare rb_warn to have variadic argument. [ruby-core:4751] + Sat Apr 23 19:45:59 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code @@ -185,7 +185,7 @@ static int current_mbctype = MBCTYPE_ASCII; #ifdef RUBY #include "util.h" -void rb_warn _((char*)); +void rb_warn _((const char*, ...)); # define re_warning(x) rb_warn(x) #endif |
