mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +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