From cc6282a6e3463dd2b0192789fbd373a6d8f59a3d Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Tue, 2 May 2017 21:16:09 +0100 Subject: Fix alignment and size bug of enums; Remove #ordered and make the default #ordered. --- code/demo.odin | 1 - 1 file changed, 1 deletion(-) (limited to 'code') 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 := "+ + * - /"; -- cgit v1.2.3