Skip to content

Commit

Permalink
Add R_forceSymbols(dll, TRUE);
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Aug 21, 2023
1 parent 6819c75 commit 46705ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compHorner.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,5 @@ static const R_CallMethodDef CallEntries[] = {
void R_init_minimaxApprox(DllInfo *dll) {
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
R_useDynamicSymbols(dll, FALSE);
R_forceSymbols(dll, TRUE);
}

0 comments on commit 46705ac

Please sign in to comment.