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:
parent
041ac28e4e
commit
e9f3739074
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue