From 58e0109ee9ed3aa6ac2e6b0ed621820118a3d1de Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 8 Jul 2021 01:40:24 +0000 Subject: Add clause/2 predicate --- dat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dat.h') diff --git a/dat.h b/dat.h index 6e93b84..9bbfef0 100644 --- a/dat.h +++ b/dat.h @@ -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; }; -- cgit v1.2.3