From 13efe91101a11f41caf6321a8b2fbdd96ef9927a Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 27 Jul 2021 16:41:12 +0000 Subject: remove clausenr from terms, and put it into goals instead. Next up is implementing the control constructs in C, since they misbehave right now due to the new changes --- types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.c') diff --git a/types.c b/types.c index 0e70abf..bb672df 100644 --- a/types.c +++ b/types.c @@ -69,4 +69,4 @@ listtail(Term *t) return t->children->next; else return nil; -} \ No newline at end of file +} -- cgit v1.2.3