From 2deb2f8eebc42dd52ef8b78811c59e1b07f54f21 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 17 Jun 2017 12:01:53 +0100 Subject: Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix --- code/demo.odin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'code') diff --git a/code/demo.odin b/code/demo.odin index 0db3e0b55..e42429953 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,4 +1,6 @@ -import "fmt.odin"; +import ( + "fmt.odin"; +) proc main() { let program = "+ + * - /"; -- cgit v1.2.3