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,10 +1,10 @@
//+private
#+private
package spall
// Only for types and constants.
import "core:os"
// Package is `//+no-instrumentation`, safe to use.
// Package is `#+no-instrumentation`, safe to use.
import "core:sys/linux"
MAX_RW :: 0x7fffffff
+2 -2
View File
@@ -1,5 +1,5 @@
//+private
//+build darwin, freebsd, openbsd, netbsd
#+private
#+build darwin, freebsd, openbsd, netbsd
package spall
// Only for types.
+2 -2
View File
@@ -1,10 +1,10 @@
//+private
#+private
package spall
// Only for types.
import "core:os"
// Package is `//+no-instrumentation`, safe to use.
// Package is `#+no-instrumentation`, safe to use.
import win32 "core:sys/windows"
MAX_RW :: 1<<30