diff options
author | Ori Bernstein <ori@eigenstate.org> | 2018-01-17 22:18:26 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2018-01-17 22:18:26 -0800 |
commit | 490e90d2122d80bce4e5f710e046b90fc9cc31ca (patch) | |
tree | fe90f739ae700c7f68bdf2f1fdaec2df2dd3d21f /mbld | |
parent | 8e1bb5d4fc204ce149ceb545aef7b783d73641bc (diff) | |
download | mc-490e90d2122d80bce4e5f710e046b90fc9cc31ca.tar.gz |
Hack in seqaux.
It's not perfect, and the right solution would be to keep a
trait->aux mapping, but for now it works good enough.
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/libs.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/libs.myr b/mbld/libs.myr index 9652c15..49e2fc6 100644 --- a/mbld/libs.myr +++ b/mbld/libs.myr @@ -22,7 +22,7 @@ pkg bld = incs : byte[:][:] -> void) ;; -const Abiversion = 15 +const Abiversion = 16 const builtlib = {b, mt, dep, dyndep var ldep, l, u |