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.
2 parents 16763c4 + 12acb4f commit bad0992Copy full SHA for bad0992
graalpython/com.oracle.graal.python.cext/src/capi.h
@@ -132,7 +132,7 @@ int PyTruffle_Trace_Memory() {
132
}
133
134
/* upcall functions for calling into Python */
135
-void*(*pytruffle_decorate_function)(void *fun0, void* fun1);
+extern void*(*pytruffle_decorate_function)(void *fun0, void* fun1);
136
extern PyObject*(*PY_TRUFFLE_LANDING_BORROWED)(void *rcv, void* name, ...);
137
extern PyObject*(*PY_TRUFFLE_LANDING_NEWREF)(void *rcv, void* name, ...);
138
extern void*(*PY_TRUFFLE_LANDING_L)(void *rcv, void* name, ...);
0 commit comments