mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Win32: Copy coroutine no longer exists
At 42130a64f0
, it has been replaced with
pthread implementation.
This commit is contained in:
parent
c77f736bc1
commit
ea2ea74a26
1 changed files with 1 additions and 2 deletions
|
@ -330,8 +330,7 @@ COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.asm)
|
|||
COROUTINE_OBJ = coroutine/win32/Context.obj
|
||||
COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.asm)
|
||||
!else
|
||||
COROUTINE_OBJ = coroutine/copy/Context.obj
|
||||
COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.c)
|
||||
!error copy coroutine has been replaced with pthread implementation at 42130a64f02294dc8025af3a51bda518c67ab33d
|
||||
!endif
|
||||
COROUTINE_H = $(COROUTINE_OBJ:.obj=.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue