diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:18:49 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:19:59 -0400 |
| commit | 74ea70325e4daca321a0932828f236ea8c77f2ec (patch) | |
| tree | 5254890d82c96acb369d17006467b38af8e16b04 /builtin | |
| parent | dcf0ee2a22e655fe918f58f13eefb6cf240baecc (diff) | |
Add option to disable document links
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/builtin.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/builtin.odin b/builtin/builtin.odin index e13b6fd..f342ff9 100644 --- a/builtin/builtin.odin +++ b/builtin/builtin.odin @@ -351,7 +351,7 @@ ODIN_VERSION: string Empty if `.git` could not be detected at the time the compiler was built. */ @builtin -ODIN_VERSION_HASH:string +ODIN_VERSION_HASH: string @builtin Odin_Windows_Subsystem_Type :: enum int { |