From a37ae2f0170499be1a95031d24ff86aac5cf46f1 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 9 Jul 2021 20:09:22 +0000 Subject: Add asserta/1, assertz/1, retract/1, abolish/1 (and retract_one/1, which is retract/1 but doesn't backtrack) --- dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index e01276d..f2e7e81 100644 --- a/dat.h +++ b/dat.h @@ -60,6 +60,7 @@ struct Predicate int arity; int public; int builtin; /* All the predicates from the system module are builtin */ + int dynamic; Clause *clauses; Predicate *next; }; -- cgit v1.2.3