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

heredoc etc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-03-25 09:36:59 +00:00
parent 24a8209146
commit b513f64769
8 changed files with 108 additions and 52 deletions

3
ruby.h
View file

@ -440,7 +440,8 @@ void rb_notimplement _((void));
#endif
void Error();
void Warning();
void Warn();
void Warning(); /* reports if `-w' specified */
VALUE rb_each _((VALUE));
VALUE rb_yield _((VALUE));