shithub: mc

Download patch

ref: bdf0ed62196f1e67d65b3346ae45d1a0e322bd00
parent: 63c188f625c3939ab31231e3c6775ba72d37a00e
author: S. Gilles <sgilles@umd.edu>
date: Sat Jun 20 17:55:28 EDT 2020

Bump abi version.

--- a/mbld/libs.myr
+++ b/mbld/libs.myr
@@ -23,7 +23,7 @@
 ;;
 
 /* Keep in sync with parse/parse.h */
-const Abiversion = 22
+const Abiversion = 23
 
 const builtlib = {b, mt, dep, dyndep
 	var ldep, l, u
--- a/parse/parse.h
+++ b/parse/parse.h
@@ -1,4 +1,4 @@
-#define Abiversion 22
+#define Abiversion 23
 
 typedef struct Srcloc Srcloc;
 typedef struct Tysubst Tysubst;