summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-07 16:32:02 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-07 16:32:02 +0000
commit0f958749e189e4dacd7a1f70cfc33460e1228d3b (patch)
tree5679ea79743a736cc3179c29ea603ae0f39bb51e /mkfile
parent73b9bad83e6405809e80809c10c8917f4bd4e341 (diff)
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
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile3
1 files changed, 2 insertions, 1 deletions
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