shithub: mc

Download patch

ref: 58fc61a9b04d57ccafa3b1316fbea2faccf5fbbd
parent: 72958419b4fb70531051e05e2ca56ecccc524b6b
author: Ori Bernstein <[email protected]>
date: Sun Jan 14 09:33:41 EST 2018

Bump ABI version in mbld.

--- a/mbld/deps.myr
+++ b/mbld/deps.myr
@@ -19,8 +19,6 @@
 	`Ldep	byte[:]
 ;;
 
-const Abiversion = 13
-
 var usepat	: regex.regex#
 var cflagpat	: regex.regex#
 var clibpat	: regex.regex#
--- a/mbld/libs.myr
+++ b/mbld/libs.myr
@@ -22,7 +22,7 @@
 		incs : byte[:][:] -> void)
 ;;
 
-const Abiversion = 14
+const Abiversion = 15
 
 const builtlib = {b, mt, dep, dyndep
 	var ldep, l, u