diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-07 16:32:02 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-07 16:32:02 +0000 |
commit | 0f958749e189e4dacd7a1f70cfc33460e1228d3b (patch) | |
tree | 5679ea79743a736cc3179c29ea603ae0f39bb51e /mkfile | |
parent | 73b9bad83e6405809e80809c10c8917f4bd4e341 (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-- | mkfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ OFILES=\ flags.$O\ error.$O\ streams.$O\ - module.$O + module.$O\ + types.$O\ HFILES=dat.h fns.h |