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 Binary files a/stage1/zig1.wasm and b/stage1/zig1.wasm differ