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 8edfb7e commit 44f3ca6Copy full SHA for 44f3ca6
graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/universal/autogen_ctx.h
@@ -49,6 +49,7 @@ typedef HPyGlobal* _HPyGlobalPtr;
49
#define HPyThreadState void*
50
#define HPyGlobal void*
51
#define _HPyCapsule_key int32_t
52
+#define HPy_SourceKind int32_t
53
#endif
54
55
@@ -330,4 +331,5 @@ struct _HPyContext_s {
330
331
#undef HPyThreadState
332
#undef HPyGlobal
333
#undef _HPyCapsule_key
334
+#undef HPy_SourceKind
335
0 commit comments