diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-05-10 22:51:35 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-05-10 22:51:35 +0100 |
| commit | 87f1a62ca4280105eb845e5bae3acd8b8a0a0810 (patch) | |
| tree | bf791a7d0a593f75165f73bb45a4e718fbda9b67 /core | |
| parent | c6d531df9597253ee95593c56e61039fe4e40ba2 (diff) | |
Fix alignment for normal structures to match LLVM
Diffstat (limited to 'core')
| -rw-r--r-- | core/os_linux.odin | 2 | ||||
| -rw-r--r-- | core/os_windows.odin | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/core/os_linux.odin b/core/os_linux.odin index 399ad8e28..eeea9bf56 100644 --- a/core/os_linux.odin +++ b/core/os_linux.odin @@ -1,4 +1,4 @@ -#import "fmt.odin"; +// #import "fmt.odin"; #import "strings.odin"; Handle :: i32; diff --git a/core/os_windows.odin b/core/os_windows.odin index df3e36e44..cd8b17f6a 100644 --- a/core/os_windows.odin +++ b/core/os_windows.odin @@ -1,5 +1,4 @@ #import win32 "sys/windows.odin"; -#import fmt "fmt.odin"; Handle :: int; File_Time :: u64; |