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/trunk@8012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6f6b9a9b54
commit
21189400d6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Feb 22 23:51:45 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.
|
||||
|
||||
Tue Feb 22 23:50:26 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* signal.c (ruby_signal, ruby_nativethread_signal): must be valid as
|
||||
|
|
|
@ -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…
Reference in a new issue