Skip to content

Commit

Permalink
#5228 follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Oct 20, 2021
1 parent 740b333 commit fa76197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/cc.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cc = function(test=FALSE, clean=FALSE, debug=FALSE, omp=!debug, cc_dir, path=Sys
dyn.load("data_table.so")
setwd(old)
xx = getDLLRegisteredRoutines("data_table",TRUE)
for (Call xx$.Call)
for (Call in xx$.Call)
.GlobalEnv[[Call$name]] = Call$address
for (Extern in xx$.External)
.GlobalEnv[[Extern$name]] = Extern$address
Expand Down

0 comments on commit fa76197

Please sign in to comment.