aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-24 14:48:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-24 14:48:24 +0000
commit347d44ca415740d295af54b5059fd5030bfb3709 (patch)
treebc179d1c41acaec706625e5db8b9c1534aae250a /win32
parentd6d393d268435ac08b4216c7fbb198e6ebb248ff (diff)
downloadruby-347d44ca415740d295af54b5059fd5030bfb3709.tar.gz
* win32/win32.c: restore a license comment accidentally removed at r50381.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 901bff186d..55e0d2e94a 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -5519,10 +5519,12 @@ rb_w32_times(struct tms *tmbuf)
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;