aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-02-19 19:55:19 +0000
committerGinger Bill <bill@gingerbill.org>2017-02-19 19:55:19 +0000
commita94dfdf21d798bc72bbee0cc04b80149f0d4b8d2 (patch)
tree3bf491ee4bd397de165a7732eba1bddb5ccb1bad /code
parentc0d5237b75b1ce19ee0e003dcd2dcffa66c442fd (diff)
Begin changing `union` syntax
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin2
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;