ruby/coroutine
Nobuyoshi Nakada 1f39184bc7 Substitute `coroutine_transfer` with prefixed symbol in Makefile
```
coroutine/arm64/Context.S:31:57: error: invoking macro TOKEN_PASTE argument 1: empty macro arguments are undefined in ISO C90 [-Wpedantic]
   31 | .global PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer)
      |                                                         ^
```
2024-10-08 23:29:49 +09:00
..
amd64 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
arm32 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
arm64 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
asyncify wasm: align fiber stack pointer to 16 bytes 2024-01-29 23:45:36 +09:00
emscripten
loongarch64 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
ppc Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
ppc64 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
ppc64le Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
pthread
riscv64 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00
ucontext
universal
win32 Cast via `uintptr_t` function pointer between object pointer 2024-10-08 23:29:49 +09:00
win64 Cast via `uintptr_t` function pointer between object pointer 2024-10-08 23:29:49 +09:00
x86 Substitute `coroutine_transfer` with prefixed symbol in Makefile 2024-10-08 23:29:49 +09:00