From 0f958749e189e4dacd7a1f70cfc33460e1228d3b Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 7 Jul 2021 16:32:02 +0000 Subject: Make '=..'/2 work according to spec. Introduce types.c for functions which tells us something about term types. Should be used a lot more instead of explicitly looking into terms->tag everywhere --- mkfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkfile') diff --git a/mkfile b/mkfile index ef5d2b0..8f66c02 100644 --- a/mkfile +++ b/mkfile @@ -13,7 +13,8 @@ OFILES=\ flags.$O\ error.$O\ streams.$O\ - module.$O + module.$O\ + types.$O\ HFILES=dat.h fns.h -- cgit v1.2.3