aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stage1/zig.h6
-rw-r--r--stage1/zig1.wasmbin2897241 -> 2928628 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/stage1/zig.h b/stage1/zig.h
index 188800cde4..b9d4645ca2 100644
--- a/stage1/zig.h
+++ b/stage1/zig.h
@@ -253,6 +253,12 @@
#define zig_align_fn zig_align_fn_unavailable
#endif
+#if zig_has_attribute(nonstring)
+#define zig_nonstring __attribute__((nonstring))
+#else
+#define zig_nonstring
+#endif
+
#if zig_has_attribute(packed) || defined(zig_tinyc)
#define zig_packed(definition) __attribute__((packed)) definition
#elif defined(zig_msvc)
diff --git a/stage1/zig1.wasm b/stage1/zig1.wasm
index 0cc1a56393..ef46d39da4 100644
--- a/stage1/zig1.wasm
+++ b/stage1/zig1.wasm
Binary files differ