Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 7/9] Bump abi version.


---
 mbld/libs.myr | 2 +-
 parse/parse.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mbld/libs.myr b/mbld/libs.myr
index aca3a468..66d0957e 100644
--- a/mbld/libs.myr
+++ b/mbld/libs.myr
@@ -23,7 +23,7 @@ pkg bld =
 ;;
 
 /* Keep in sync with parse/parse.h */
-const Abiversion = 22
+const Abiversion = 23
 
 const builtlib = {b, mt, dep, dyndep
 	var ldep, l, u
diff --git a/parse/parse.h b/parse/parse.h
index fa18ecdb..e3b402fd 100644
--- 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;
-- 
2.27.0


References:
[PATCH 0/9] v2: Handle small-aggregates via AMD64 abi"S. Gilles" <sgilles@xxxxxxx>