1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-03-28 11:43:45 +00:00
parent 041ac28e4e
commit e9f3739074
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Mar 28 20:43:34 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.
Mon Mar 28 16:00:12 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.

View file

@ -783,6 +783,7 @@ syck_mark_parser(parser)
/*
* YAML::Syck::Parser.new
*/
VALUE syck_parser_s_alloc _((VALUE));
VALUE
syck_parser_s_alloc(class)
VALUE class;
@ -1312,6 +1313,7 @@ syck_mark_emitter(emitter)
/*
* YAML::Syck::Emitter.new
*/
VALUE syck_emitter_s_alloc _((VALUE));
VALUE
syck_emitter_s_alloc(class)
VALUE class;