summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 1 insertions, 1 deletions
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;
};