Skip to content

Commit e53a9d5

Browse files
committed
[GR-27679] Fix references to moved polyglot.h header.
PullRequest: graalpython/1419
2 parents 3d50374 + 87b2f20 commit e53a9d5

File tree

2 files changed

+2
-2
lines changed
  • graalpython/com.oracle.graal.python.cext

2 files changed

+2
-2
lines changed

graalpython/com.oracle.graal.python.cext/hpy/hpy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* SOFTWARE.
4040
*/
4141
#include "hpy.h"
42-
#include <polyglot.h>
42+
#include <graalvm/llvm/polyglot.h>
4343
#include <truffle.h>
4444

4545
#include <wchar.h>

graalpython/com.oracle.graal.python.cext/src/capi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define MUST_INLINE __attribute__((always_inline)) inline
4545
#define NO_INLINE __attribute__((noinline))
4646

47-
#include <polyglot.h>
47+
#include <graalvm/llvm/polyglot.h>
4848

4949
#include "Python.h"
5050
#include <truffle.h>

0 commit comments

Comments
 (0)