shithub: mc

Download patch

ref: bb49af4578c4a1f31beee9da6d868e859697d1bc
parent: d04ab76586db2d3db88273090c22f4160c4a94a0
author: Ori Bernstein <ori@markovcorp.com>
date: Mon Jan 28 11:02:26 EST 2019

Bump ABI version.

	Fixes bug for slices in varargs.

--- a/mbld/libs.myr
+++ b/mbld/libs.myr
@@ -22,7 +22,7 @@
 		incs : byte[:][:] -> void)
 ;;
 
-const Abiversion = 19
+const Abiversion = 20
 
 const builtlib = {b, mt, dep, dyndep
 	var ldep, l, u
--- a/parse/parse.h
+++ b/parse/parse.h
@@ -1,4 +1,4 @@
-#define Abiversion 19
+#define Abiversion 20
 
 typedef struct Srcloc Srcloc;
 typedef struct Tysubst Tysubst;