diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct Predicate Rune *name; int arity; int public; + int builtin; /* All the predicates from the system module are builtin */ Clause *clauses; Predicate *next; }; |