summaryrefslogtreecommitdiffstats
path: root/src/init.c
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-04-27 13:15:47 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-04-27 13:15:47 -0400
commit281bcbc1f0fd22bf08732ce917069631c880bc50 (patch)
tree3be2f86fddc7a0915d6044f1362c3e7136be990d /src/init.c
parent86f4198f0dcdc666f6fc9f2a18be4b131c2d41c3 (diff)
downloadlossdistrib-281bcbc1f0fd22bf08732ce917069631c880bc50.tar.gz
use symbols, not strings
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c1
1 files changed, 1 insertions, 0 deletions
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);
}