aboutsummaryrefslogtreecommitdiff
path: root/core/sys/haiku
diff options
context:
space:
mode:
authorKarl Zylinski <karl@zylinski.se>2024-09-14 18:27:49 +0200
committerKarl Zylinski <karl@zylinski.se>2024-09-14 18:27:49 +0200
commit19f0127e553940bb333f61ab7e8dab6f7455115e (patch)
tree30705898942106f3341d1decec4d335ac15b28cd /core/sys/haiku
parentb12d3124085058bc36f2e8feb5666a0c1f162343 (diff)
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
Diffstat (limited to 'core/sys/haiku')
-rw-r--r--core/sys/haiku/errors.odin2
-rw-r--r--core/sys/haiku/find_directory.odin2
-rw-r--r--core/sys/haiku/os.odin2
-rw-r--r--core/sys/haiku/types.odin2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/sys/haiku/errors.odin b/core/sys/haiku/errors.odin
index 023045001..febe647ea 100644
--- a/core/sys/haiku/errors.odin
+++ b/core/sys/haiku/errors.odin
@@ -1,4 +1,4 @@
-//+build haiku
+#+build haiku
package sys_haiku
import "core:c"
diff --git a/core/sys/haiku/find_directory.odin b/core/sys/haiku/find_directory.odin
index 103e677d7..758c4dff4 100644
--- a/core/sys/haiku/find_directory.odin
+++ b/core/sys/haiku/find_directory.odin
@@ -1,4 +1,4 @@
-//+build haiku
+#+build haiku
package sys_haiku
import "core:c"
diff --git a/core/sys/haiku/os.odin b/core/sys/haiku/os.odin
index 883072c2d..6ab3ef573 100644
--- a/core/sys/haiku/os.odin
+++ b/core/sys/haiku/os.odin
@@ -1,4 +1,4 @@
-//+build haiku
+#+build haiku
package sys_haiku
import "core:c"
diff --git a/core/sys/haiku/types.odin b/core/sys/haiku/types.odin
index 0440d5a98..47755b0b7 100644
--- a/core/sys/haiku/types.odin
+++ b/core/sys/haiku/types.odin
@@ -1,4 +1,4 @@
-//+build haiku
+#+build haiku
package sys_haiku
import "core:c"