rename non_iso.pl to iso_ext.pl (#265)

This commit is contained in:
Mark Thom
2020-02-22 00:58:37 -07:00
parent 003b4d0218
commit b2e50b42a3
14 changed files with 19 additions and 19 deletions

View File

@@ -377,9 +377,9 @@ impl Machine {
lib_path.clone(),
),
);
compile_user_module(&mut wam, parsing_stream(NON_ISO.as_bytes()), true,
compile_user_module(&mut wam, parsing_stream(ISO_EXT.as_bytes()), true,
ListingSource::from_file_and_path(
clause_name!("non_iso"),
clause_name!("iso_ext"),
lib_path.clone(),
)
);