This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[sys/linux]: Remove +build comments in files with documentation
flysand7
1 year ago
parent
ae0be9c785
commit
34791707fd
2 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
1
core/sys/linux/sys.odin
0
1
core/sys/linux/types.odin
+ 0
- 1
core/sys/linux/sys.odin
View File
@@ -1,4 +1,3 @@
-//+build linux
package linux
import "core:intrinsics"
+ 0
- 1
core/sys/linux/types.odin
View File
@@ -1,4 +1,3 @@
-//+build linux
package linux
/*