ruby-changes:38303
From: usa <ko1@a...>
Date: Fri, 24 Apr 2015 23:48:42 +0900 (JST)
Subject: [ruby-changes:38303] usa:r50384 (trunk): * win32/win32.c: restore a license comment accidentally removed at r50381.
usa 2015-04-24 23:48:24 +0900 (Fri, 24 Apr 2015) New Revision: 50384 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50384 Log: * win32/win32.c: restore a license comment accidentally removed at r50381. Modified files: trunk/win32/win32.c Index: win32/win32.c =================================================================== --- win32/win32.c (revision 50383) +++ win32/win32.c (revision 50384) @@ -5519,10 +5519,12 @@ rb_w32_times(struct tms *tmbuf) https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L5519 return 0; } + +/* License: Ruby's */ #define yield_once() Sleep(0) #define yield_until(condition) do yield_once(); while (!(condition)) - +/* License: Ruby's */ struct asynchronous_arg_t { /* output field */ void* stackaddr; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/