diff options
| author | SAJJA EASWAR <eshwarsajja20@gmail.com> | 2026-01-25 22:59:36 +0530 |
|---|---|---|
| committer | SAJJA EASWAR <eshwarsajja20@gmail.com> | 2026-01-25 22:59:36 +0530 |
| commit | ebc8b94baa6bc694cb4829e2eb2934a1f17fa6a1 (patch) | |
| tree | 71b952ad455bf17d5bdea01472f0e2297f25eabe /std/core.zc | |
| parent | 863118c95caac0d69a35f6ae4d2e83844734a8a1 (diff) | |
| parent | 489336b2101bf16edeec7bfc4379408eb19b936e (diff) | |
Merge branch 'main' into pr-109
Diffstat (limited to 'std/core.zc')
| -rw-r--r-- | std/core.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/core.zc b/std/core.zc index 910bfa6..f450517 100644 --- a/std/core.zc +++ b/std/core.zc @@ -5,7 +5,7 @@ include <stdio.h> include <stdbool.h> include <stdarg.h> -var __zen_hash_seed: usize = 14695981039346656037; +let __zen_hash_seed: usize = 14695981039346656037; raw { void _zen_panic(const char* file, int line, const char* func, const char* msg) { |
