aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-05-02 21:16:09 +0100
committerGinger Bill <bill@gingerbill.org>2017-05-02 21:16:09 +0100
commitcc6282a6e3463dd2b0192789fbd373a6d8f59a3d (patch)
treebebc1e9f5cac3febb75d0ee2b6f8112660754171 /code
parent206a3e093c19245e0f8ec7872b7cc36a3d266b55 (diff)
Fix alignment and size bug of enums; Remove #ordered and make the default #ordered.
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 657e66b59..323754a23 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -1,5 +1,4 @@
#import "fmt.odin";
-#import "math.odin";
main :: proc() {
immutable program := "+ + * - /";