From fe07da9c4ff412eb3ebb55c6a4b77a21caaad564 Mon Sep 17 00:00:00 2001 From: stepan <stepan.sindelar@oracle.com> Date: Fri, 9 Mar 2018 10:15:53 +0100 Subject: [PATCH] Remove re-definitions from rffi_upcalls.h --- com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h b/com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h index 307b1d2fcd..1a6bc2c49b 100644 --- a/com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h +++ b/com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h @@ -288,9 +288,7 @@ typedef Rboolean (*call_Rf_NonNullStringMatch)(SEXP s, SEXP t); typedef SEXP (*call_getvar)(); typedef SEXP (*call_R_ParseVector)(SEXP text, int n, SEXP srcFile); typedef SEXPTYPE (*call_Rf_str2type)(const char *s); -typedef SEXP (*call_CLOENV)(SEXP closure); typedef SEXP (*call_octsize)(SEXP size); -typedef void (*call_Rf_PrintValue)(SEXP x); // connections -- GitLab