Merge branch 'master' into sockets-develop

This commit is contained in:
Mark Thom
2020-05-03 23:09:13 -06:00
4 changed files with 48 additions and 44 deletions

View File

@@ -454,15 +454,6 @@ impl Machine {
)
);
compile_user_module(&mut wam,
Stream::from(ORDSETS),
true,
ListingSource::from_file_and_path(
clause_name!("si"),
lib_path.clone(),
)
);
if wam.compile_top_level().is_err() {
panic!("Loading '$toplevel' module failed");
}