aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-04-15 20:58:12 -0400
committerDave Gauer <[email protected]>2021-04-15 20:58:12 -0400
commitbf861f71f7181a636d9db9a3bf582a6cdc6eb9b7 (patch)
treeed4c775edee24d02b8651aa1aceba188eff6baa9 /patches
parentdd06f3c95f670b10a0938fd1ff011f700369033f (diff)
downloadziglings-bf861f71f7181a636d9db9a3bf582a6cdc6eb9b7.tar.xz
ziglings-bf861f71f7181a636d9db9a3bf582a6cdc6eb9b7.zip
add ex067 comptime TWO
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/067_comptime2.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/067_comptime2.patch b/patches/patches/067_comptime2.patch
new file mode 100644
index 0000000..b22e0bd
--- /dev/null
+++ b/patches/patches/067_comptime2.patch
@@ -0,0 +1,4 @@
+54c54
+< var count = 0;
+---
+> comptime var count = 0;