diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,6 @@ struct Clause Term *head; Term *body; uvlong clausenr; - int public; Clause *next; }; @@ -59,6 +58,7 @@ struct Predicate { Rune *name; int arity; + int public; Clause *clauses; Predicate *next; }; |