File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
graalpython/com.oracle.graal.python.cext/include Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ void *truffle_assign_managed(void *dst, void *managed);
54
54
void * truffle_deref_handle_for_managed (void * managed );
55
55
bool truffle_cannot_be_handle (void * nativeHandle );
56
56
57
+ // wrapping functions
58
+ void * truffle_decorate_function (void * function , void * wrapper );
59
+
57
60
/*
58
61
* All function below here are deprecated and will be removed in a future release.
59
62
* Use the equivalent functions from <polyglot.h> instead.
Original file line number Diff line number Diff line change 25
25
},
26
26
{
27
27
"name" : "sulong" ,
28
- "version" : "a24e9a252f7ad439dd5c8b494a70ead8cabb115f " ,
28
+ "version" : "15950c3053818f028cb926fc551044b351f5beb5 " ,
29
29
"subdir" : True ,
30
30
"urls" : [
31
31
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
32
32
]
33
33
},
34
34
{
35
35
"name" : "regex" ,
36
- "version" : "a24e9a252f7ad439dd5c8b494a70ead8cabb115f " ,
36
+ "version" : "15950c3053818f028cb926fc551044b351f5beb5 " ,
37
37
"subdir" : True ,
38
38
"urls" : [
39
39
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments