Skip to content

Commit 65e502d

Browse files
committed
Mark is_Rcpp_eval_call inline
1 parent 9412f1f commit 65e502d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ namespace internal {
135135
// We want the call just prior to the call from Rcpp_eval
136136
// This conditional matches
137137
// tryCatch(evalq(sys.calls(), .GlobalEnv), error = identity, interrupt = identity)
138-
bool is_Rcpp_eval_call(SEXP expr) {
138+
inline bool is_Rcpp_eval_call(SEXP expr) {
139139
SEXP sys_calls_symbol = Rf_install("sys.calls");
140140
SEXP identity_symbol = Rf_install("identity");
141141
SEXP identity_fun = Rf_findFun(identity_symbol, R_BaseEnv);

0 commit comments

Comments
 (0)