From 73d6a55f5c96459d30eca5747d1458bcf6e9fec4 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Fri, 10 Feb 2017 16:12:14 +0000 Subject: Remove need for `type` keyword --- code/http_test.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/http_test.odin b/code/http_test.odin index e6c5f1173..ca76e1c55 100644 --- a/code/http_test.odin +++ b/code/http_test.odin @@ -3,7 +3,7 @@ #foreign_system_library ws2 "Ws2_32.lib" when ODIN_OS == "windows"; -SOCKET :: type uint; +SOCKET :: #type uint; INVALID_SOCKET :: ~(cast(SOCKET)0); AF :: enum i32 { -- cgit v1.2.3