[PATCH 7/9] Bump abi version.
[Thread Prev] | [Thread Next]
- Subject: [PATCH 7/9] Bump abi version.
- From: "S. Gilles" <sgilles@xxxxxxx>
- Reply-to: myrddin-dev@xxxxxxxxxxxxxx
- Date: Sat, 20 Jun 2020 22:40:07 -0400
- To: "myrddin-dev" <myrddin-dev@xxxxxxxxxxxxxx>
- Cc: "S. Gilles" <sgilles@xxxxxxx>
---
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
| [PATCH 0/9] v2: Handle small-aggregates via AMD64 abi | "S. Gilles" <sgilles@xxxxxxx> |
- Prev by Date: [PATCH 6/9] Return small-aggregate values by the AMD64 abi.
- Next by Date: [PATCH 8/9] Allow runtest.{rc,sh} to handle subdirectories.
- Previous by thread: [PATCH 6/9] Return small-aggregate values by the AMD64 abi.
- Next by thread: [PATCH 8/9] Allow runtest.{rc,sh} to handle subdirectories.
- Index(es):