Skip to content

Commit

Permalink
Add strict linkage by SEXP ..._registerCCallable(void);
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 18, 2023
1 parent 0af4c6f commit 11f1b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ SEXP _nlmixr2est_rxode2hasLlik(void);
typedef SEXP (*_rxode2random_rxRmvnSEXP_t)(SEXP nSSEXP, SEXP muSSEXP, SEXP sigmaSSEXP, SEXP lowerSSEXP, SEXP upperSSEXP, SEXP ncoresSSEXP, SEXP isCholSSEXP, SEXP keepNamesSSEXP, SEXP aSSEXP, SEXP tolSSEXP, SEXP nlTolSSEXP, SEXP nlMaxiterSSEXP);
_rxode2random_rxRmvnSEXP_t rxRmvnSEXPnlmixrEst;

SEXP _nlmixr2est_RcppExport_registerCCallable();
SEXP _nlmixr2est_RcppExport_registerCCallable(void);

static const R_CallMethodDef CallEntries[] = {
{"_nlmixr2est_RcppExport_registerCCallable", (DL_FUNC) &_nlmixr2est_RcppExport_registerCCallable, 0},
Expand Down

0 comments on commit 11f1b37

Please sign in to comment.