summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
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;
};