summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-09 20:09:22 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-09 20:09:22 +0000
commita37ae2f0170499be1a95031d24ff86aac5cf46f1 (patch)
treefcd3a769a460a5b8a5b54c53cd70ed5d2834a73a /dat.h
parentd2a0828140c31514c514b8e4fb9a4d52c389d8fe (diff)
Add asserta/1, assertz/1, retract/1, abolish/1 (and retract_one/1, which is retract/1 but doesn't backtrack)
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
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;
};