Fix build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fn main() {
|
||||
use std::sync::atomic::Ordering;
|
||||
use scryer_prolog::*;
|
||||
use scryer_prolog::atom_table::Atom;
|
||||
|
||||
ctrlc::set_handler(move || {
|
||||
scryer_prolog::machine::INTERRUPT.store(true, Ordering::Relaxed);
|
||||
|
||||
Reference in New Issue
Block a user