mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-20 22:51:09 +00:00
Use #+ tags
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//+build freestanding
|
||||
#+build freestanding
|
||||
package crypto_hash
|
||||
|
||||
hash :: proc {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//+build !freestanding
|
||||
#+build !freestanding
|
||||
package crypto_hash
|
||||
|
||||
import "core:io"
|
||||
|
||||
Reference in New Issue
Block a user