ruby-changes:20406
From: nobu <ko1@a...>
Date: Fri, 8 Jul 2011 16:01:22 +0900 (JST)
Subject: [ruby-changes:20406] nobu:r32454 (trunk): * thread.c (cmp_tv, subtract_tv): no longer used on Win32.
nobu 2011-07-08 16:01:12 +0900 (Fri, 08 Jul 2011) New Revision: 32454 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32454 Log: * thread.c (cmp_tv, subtract_tv): no longer used on Win32. Modified files: trunk/thread.c Index: thread.c =================================================================== --- thread.c (revision 32453) +++ thread.c (revision 32454) @@ -2482,7 +2482,7 @@ #endif -#if defined(__CYGWIN__) || defined(_WIN32) +#if defined(__CYGWIN__) static long cmp_tv(const struct timeval *a, const struct timeval *b) { @@ -2519,7 +2519,7 @@ rb_fdset_t UNINITIALIZED_VAR(orig_except); double limit = 0; struct timeval wait_rest; -# if defined(__CYGWIN__) || defined(_WIN32) +# if defined(__CYGWIN__) struct timeval start_time; # endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/