Skip to content

Commit

Permalink
replace //+ with #+
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Oct 2, 2024
1 parent bf6de81 commit dd0dbe5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion back_darwin.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+private file
#+private file
package back

@require import "core:strings"
Expand Down
2 changes: 1 addition & 1 deletion back_linux.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+private file
#+private file
package back

@require import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion back_unix.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+build linux, darwin
#+build linux, darwin
package back

import "core:c/libc"
Expand Down
2 changes: 1 addition & 1 deletion back_windows.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+private
#+private
package back

@require import "base:runtime"
Expand Down

0 comments on commit dd0dbe5

Please sign in to comment.