]> Repositorios git - scryer-prolog.git/commit
remove extern crate declaration and fix outfall (macros now need to be imported into...
authorSkgland <[email protected]>
Sat, 6 Feb 2021 18:21:24 +0000 (19:21 +0100)
committerSkgland <[email protected]>
Sat, 6 Feb 2021 21:12:31 +0000 (22:12 +0100)
commitb53ef148a096887370443487c1a2678ae3d33ee7
treecd6c9e025de2aa47c273421ee8c604cbff225cae
parent3f950490f96b3918582073a5cf4bf54a875e3f34
remove extern crate declaration and fix outfall (macros now need to be imported into scope)

using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit
25 files changed:
build.rs
src/allocator.rs
src/arithmetic.rs
src/clause_types.rs
src/codegen.rs
src/debray_allocator.rs
src/forms.rs
src/heap_print.rs
src/indexing.rs
src/instructions.rs
src/iterators.rs
src/machine/arithmetic_ops.rs
src/machine/attributed_variables.rs
src/machine/compile.rs
src/machine/load_state.rs
src/machine/loader.rs
src/machine/machine_errors.rs
src/machine/machine_indices.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/mod.rs
src/machine/preprocessor.rs
src/machine/streams.rs
src/machine/system_calls.rs
src/main.rs