diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-18 22:19:35 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-18 22:19:35 +0000 |
| commit | 0c37aa9ea0271ddd8c93ea65f76d2f9ef4d777c5 (patch) | |
| tree | d3a8907ca922e4e5c0b4439b3d6a043baa8a481b /code | |
| parent | 9ff474f387f8cfb2b0ee780034c584aabccb9248 (diff) | |
Fix overloading bug due to comparison of named types
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin index 34274cb22..8e5719f0f 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -7,7 +7,6 @@ #import "os.odin"; #import "halloc.odin"; - main :: proc() { /* /* |