[前][次][番号順一覧][スレッド一覧]

ruby-changes:19346

From: kosaki <ko1@a...>
Date: Sat, 30 Apr 2011 00:44:01 +0900 (JST)
Subject: [ruby-changes:19346] Ruby:r31386 (trunk): * include/ruby/win32.h: remove redundunt declaration of

kosaki	2011-04-30 00:43:55 +0900 (Sat, 30 Apr 2011)

  New Revision: 31386

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31386

  Log:
    * include/ruby/win32.h: remove redundunt declaration of
      rb_w32_time_subtract().

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/win32.h

Index: include/ruby/win32.h
===================================================================
--- include/ruby/win32.h	(revision 31385)
+++ include/ruby/win32.h	(revision 31386)
@@ -303,7 +303,6 @@
 extern int rb_w32_ustati64(const char *, struct stati64 *);
 extern int rb_w32_access(const char *, int);
 extern int rb_w32_uaccess(const char *, int);
-extern int rb_w32_subtract(struct timeval *rest, const struct timeval *wait);
 
 #ifdef __BORLANDC__
 extern int rb_w32_fstati64(int, struct stati64 *);
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31385)
+++ ChangeLog	(revision 31386)
@@ -1,3 +1,8 @@
+Sat Apr 30 00:34:56 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* include/ruby/win32.h: remove redundunt declaration of
+	  rb_w32_time_subtract().
+
 Sat Apr 30 00:16:40 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]