mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.c (StartSockets): remove duplicated lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b400afbc5b
commit
2a86587d95
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Mar 15 19:47:31 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||||
|
|
||||||
|
* win32/win32.c (StartSockets): remove duplicated lines.
|
||||||
|
|
||||||
Fri Mar 15 17:44:08 2002 Usaku Nakamura <usa@ruby-lang.org>
|
Fri Mar 15 17:44:08 2002 Usaku Nakamura <usa@ruby-lang.org>
|
||||||
|
|
||||||
* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,
|
* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,
|
||||||
|
|
|
@ -1722,9 +1722,6 @@ StartSockets ()
|
||||||
interrupted_event = CreateSignal();
|
interrupted_event = CreateSignal();
|
||||||
if (!interrupted_event)
|
if (!interrupted_event)
|
||||||
rb_fatal("Unable to create interrupt event!\n");
|
rb_fatal("Unable to create interrupt event!\n");
|
||||||
interrupted_event = CreateSignal();
|
|
||||||
if (!interrupted_event)
|
|
||||||
rb_fatal("Unable to create interrupt event!\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef accept
|
#undef accept
|
||||||
|
|
Loading…
Reference in a new issue