* ext/curses/curses.c (window_s_allocate,curses_finalize):
avoid VC++ warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5fe3feca28
commit
d9f893b70b
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 5 18:33:46 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/curses/curses.c (window_s_allocate,curses_finalize):
|
||||||
|
avoid VC++ warnings.
|
||||||
|
|
||||||
Thu Jun 5 15:09:06 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Thu Jun 5 15:09:06 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* math.c (math_erf,math_erfc): new function. [ruby-list:37753]
|
* math.c (math_erf,math_erfc): new function. [ruby-list:37753]
|
||||||
|
@ -143,7 +143,7 @@ curses_close_screen()
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
curses_finalize()
|
curses_finalize(VALUE dummy)
|
||||||
{
|
{
|
||||||
if (stdscr
|
if (stdscr
|
||||||
#ifdef HAVE_ISENDWIN
|
#ifdef HAVE_ISENDWIN
|
||||||
@ -663,8 +663,7 @@ DEFINE_MOUSE_GET_MEMBER(curs_mouse_bstate, bstate)
|
|||||||
|
|
||||||
/* def self.allocate */
|
/* def self.allocate */
|
||||||
static VALUE
|
static VALUE
|
||||||
window_s_allocate(class)
|
window_s_allocate(VALUE class)
|
||||||
VALUE class;
|
|
||||||
{
|
{
|
||||||
struct windata *winp;
|
struct windata *winp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user