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 1f9f466 commit ba0368cCopy full SHA for ba0368c
core/alsp_src/generic/new_alspi.h
@@ -40,7 +40,7 @@ AP_API(AP_Result) AP_SetException(AP_World *w, AP_Obj ball);
40
AP_API(AP_Obj) AP_GetException(AP_World *w);
41
AP_API(AP_Result) AP_SetError(AP_World *w, AP_Obj error_term);
42
AP_API(AP_Result) AP_SetStandardError(AP_World *w, AP_StandardError error_type, ...);
43
-AP_API(int) AP_OldToNewCall(AP_Result (*new_func)(void), int arity);
+AP_API(int) AP_OldToNewCall(AP_Result (*new_func)(), int arity);
44
AP_API(int) AP_GetStructureArity(AP_World *w, AP_Obj struc);
45
AP_API(AP_Obj) AP_GetStructureFunctor(AP_World *w, AP_Obj struc);
46
0 commit comments