summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-06 21:29:29 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-06 21:29:29 -0500
commit5e46bd8c1ca29cbd7c02c313034ff501c65ea063 (patch)
tree6f82e8a04a0362d50c4b6452c6be383e29c233eb /patches
parenta8b9d6f2b864d6a341ef90c86e2db0623aa8654b (diff)
add ex54 multipointers
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/54_multipointers.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/54_multipointers.patch b/patches/patches/54_multipointers.patch
new file mode 100644
index 0000000..84d3f14
--- /dev/null
+++ b/patches/patches/54_multipointers.patch
@@ -0,0 +1,4 @@
+33c33
+< const zen12_string: []const u8 = zen_multiptr;
+---
+> const zen12_string: []const u8 = zen_multiptr[0..21];