aboutsummaryrefslogtreecommitdiff
path: root/core/sync_linux.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-12 14:19:12 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-12 14:19:12 +0100
commit2ab0d9757388d1ec84db56b6ebb49a2ffff34d62 (patch)
treeaa8a4640256bc22befd823b8ec1b4b1d6642aebf /core/sync_linux.odin
parent0c05fc14327631b0fa70eadf60426d507812c4d5 (diff)
`import` and `import_load` as keywords; Fix procedure literal call trick
Diffstat (limited to 'core/sync_linux.odin')
-rw-r--r--core/sync_linux.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sync_linux.odin b/core/sync_linux.odin
index 228fb16b3..cee68f420 100644
--- a/core/sync_linux.odin
+++ b/core/sync_linux.odin
@@ -1,5 +1,5 @@
-#import "atomics.odin";
-#import "os.odin";
+import "atomics.odin";
+import "os.odin";
type Semaphore struct {
// _handle: win32.Handle,