Skip to content

Commit 0115487

Browse files
committed
Sulong: resolving merge conflicts
1 parent 09d1782 commit 0115487

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
#include "rffi_upcallsindex.h"
2727
#include <Rdynload.h>
2828

29-
<<<<<<< HEAD
30-
extern void* *callbacks;
31-
=======
3229
#ifdef FASTR_NFI
3330
#define CALLBACKS_T __thread void**
3431
#elif FASTR_LLVM
@@ -38,7 +35,6 @@ extern void* *callbacks;
3835
#endif
3936

4037
extern CALLBACKS_T callbacks;
41-
>>>>>>> RFFI: do not declare the callbacks array as a thread local in LLVM
4238

4339
// This is the complete set , including those not yet implemented
4440

com.oracle.truffle.r.native/fficall/src/truffle_nfi/Rinternals.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
#include <Rinternals_common.h>
2727
#include "../common/rffi_upcalls.h"
2828

29-
<<<<<<< HEAD
30-
void **callbacks = NULL;
31-
=======
3229
CALLBACKS_T callbacks = NULL;
33-
>>>>>>> RFFI: do not declare the callbacks array as a thread local in LLVM
3430

3531
void Rinternals_addCallback(TruffleEnv* env, void** theCallbacks, int index, void *closure) {
3632
(*env)->newClosureRef(env, closure);

0 commit comments

Comments
 (0)