ref: e4e8fa6f7760221f843a924f058d11b58041db64
parent: d2a62a5bef121b5b58ea79917d0d521a5deb46f9
author: Ori Bernstein <ori@eigenstate.org>
date: Tue May 29 18:13:16 EDT 2018
Retroactively update the ABI version. Auto expressions changed the usefile layout, but we forgot to bump ABI.
--- a/mbld/libs.myr
+++ b/mbld/libs.myr
@@ -22,7 +22,7 @@
incs : byte[:][:] -> void)
;;
-const Abiversion = 18
+const Abiversion = 19
const builtlib = {b, mt, dep, dyndep
var ldep, l, u
--- a/parse/parse.h
+++ b/parse/parse.h
@@ -1,4 +1,4 @@
-#define Abiversion 18
+#define Abiversion 19
typedef struct Srcloc Srcloc;
typedef struct Tysubst Tysubst;