Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.

This commit is contained in:
Karl Zylinski
2024-09-14 18:27:49 +02:00
parent b12d312408
commit 19f0127e55
317 changed files with 433 additions and 433 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build darwin
#+private
#+build darwin
package sync
import "core:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build freebsd
#+private
#+build freebsd
package sync
import "core:c"
+1 -1
View File
@@ -1,4 +1,4 @@
//+private
#+private
package sync
import "core:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build linux
#+private
#+build linux
package sync
import "core:time"
+1 -1
View File
@@ -1,4 +1,4 @@
//+private
#+private
package sync
import "base:intrinsics"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build openbsd
#+private
#+build openbsd
package sync
import "core:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build wasm32, wasm64p32
#+private
#+build wasm32, wasm64p32
package sync
import "base:intrinsics"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build windows
#+private
#+build windows
package sync
import "core:time"
+2 -2
View File
@@ -1,5 +1,5 @@
//+build darwin
//+private
#+build darwin
#+private
package sync
import "core:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+build freebsd
//+private
#+build freebsd
#+private
package sync
import "core:c"
+1 -1
View File
@@ -1,4 +1,4 @@
//+private
#+private
package sync
import "core:sys/haiku"
+1 -1
View File
@@ -1,4 +1,4 @@
//+private
#+private
package sync
import "core:time"
+2 -2
View File
@@ -1,5 +1,5 @@
//+build linux
//+private
#+build linux
#+private
package sync
import "core:sys/linux"
+1 -1
View File
@@ -1,4 +1,4 @@
//+private
#+private
package sync
foreign import libc "system:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+build openbsd
//+private
#+build openbsd
#+private
package sync
foreign import libc "system:c"
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build wasm32, wasm64p32
#+private
#+build wasm32, wasm64p32
package sync
_current_thread_id :: proc "contextless" () -> int {
+2 -2
View File
@@ -1,5 +1,5 @@
//+build windows
//+private
#+build windows
#+private
package sync
import "core:time"