From 281bcbc1f0fd22bf08732ce917069631c880bc50 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 27 Apr 2017 13:15:47 -0400 Subject: use symbols, not strings --- src/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/init.c b/src/init.c index a208b9e..77417f6 100644 --- a/src/init.c +++ b/src/init.c @@ -37,4 +37,5 @@ void R_init_lossdistrib(DllInfo *dll) { R_registerRoutines(dll, CEntries, NULL, NULL, NULL); R_useDynamicSymbols(dll, FALSE); + R_forceSymbols(dll, TRUE); } -- cgit v1.2.3-70-g09d2