diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-09 20:09:22 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-09 20:09:22 +0000 |
commit | a37ae2f0170499be1a95031d24ff86aac5cf46f1 (patch) | |
tree | fcd3a769a460a5b8a5b54c53cd70ed5d2834a73a /dat.h | |
parent | d2a0828140c31514c514b8e4fb9a4d52c389d8fe (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |