mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/curses/curses.c (CHECK): unused macro removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4940b61e3
commit
41d0788e40
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Feb 3 20:04:44 2011 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/curses/curses.c (CHECK): unused macro removed.
|
||||
|
||||
Thu Feb 3 18:33:26 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrect
|
||||
|
|
|
@ -70,8 +70,6 @@ struct windata {
|
|||
WINDOW *window;
|
||||
};
|
||||
|
||||
#define CHECK(c) c
|
||||
|
||||
static VALUE window_attroff(VALUE obj, VALUE attrs);
|
||||
static VALUE window_attron(VALUE obj, VALUE attrs);
|
||||
static VALUE window_attrset(VALUE obj, VALUE attrs);
|
||||
|
|
Loading…
Add table
Reference in a new issue