Skip to content

Commit 44f3ca6

Browse files
committed
Re-define enum HPy_SourceKind to int32_t
1 parent 8edfb7e commit 44f3ca6

File tree

1 file changed

+2
-0
lines changed
  • graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/universal

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/universal/autogen_ctx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ typedef HPyGlobal* _HPyGlobalPtr;
4949
#define HPyThreadState void*
5050
#define HPyGlobal void*
5151
#define _HPyCapsule_key int32_t
52+
#define HPy_SourceKind int32_t
5253
#endif
5354

5455

@@ -330,4 +331,5 @@ struct _HPyContext_s {
330331
#undef HPyThreadState
331332
#undef HPyGlobal
332333
#undef _HPyCapsule_key
334+
#undef HPy_SourceKind
333335
#endif

0 commit comments

Comments
 (0)