We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878cf50 commit 34b8a14Copy full SHA for 34b8a14
ext/witapi/witapi-core.c
@@ -63,7 +63,6 @@ __attribute__((import_module("asyncify"), import_name("stop_unwind"))) void
63
asyncify_stop_unwind(void);
64
__attribute__((import_module("asyncify"), import_name("start_rewind"))) void
65
asyncify_start_rewind(void *buf);
66
-#define asyncify_start_rewind(buf) asyncify_start_rewind((buf))
67
__attribute__((import_module("asyncify"), import_name("stop_rewind"))) void
68
asyncify_stop_rewind(void);
69
0 commit comments