diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-19 19:55:19 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-19 19:55:19 +0000 |
| commit | a94dfdf21d798bc72bbee0cc04b80149f0d4b8d2 (patch) | |
| tree | 3bf491ee4bd397de165a7732eba1bddb5ccb1bad /code | |
| parent | c0d5237b75b1ce19ee0e003dcd2dcffa66c442fd (diff) | |
Begin changing `union` syntax
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin index 5b1c82522..df740c1c2 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -5,7 +5,7 @@ #import "mem.odin"; #import "opengl.odin"; #import "os.odin"; -#import "halloc.odin"; +// #import "halloc.odin"; main :: proc() { m: map[int]int; |