aboutsummaryrefslogtreecommitdiff
path: root/core/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-28 20:59:06 +0100
committergingerBill <bill@gingerbill.org>2018-05-28 20:59:06 +0100
commit6eb505a6774ef1a801cd24e9adc75f1de738ca6e (patch)
tree1a5502efd7e605bc8c461596c00da8406e509a15 /core/runtime
parent619783ca1ba783d1248297127fa8e5d0a097d7ba (diff)
Comment based build tags for packages (basic and temporary)
Diffstat (limited to 'core/runtime')
-rw-r--r--core/runtime/core.odin5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin
index 30f3b200a..df3ff83c7 100644
--- a/core/runtime/core.odin
+++ b/core/runtime/core.odin
@@ -1,3 +1,6 @@
+// This is the runtime code required by the compiler
+// IMPORTANT NOTE(bill): Do not change the order of any of this data
+// The compiler relies upon this _exact_ order
package runtime
import "core:os"
@@ -30,8 +33,6 @@ Calling_Convention :: enum {
Std = 4,
Fast = 5,
}
-// IMPORTANT NOTE(bill): Do not change the order of any of this data
-// The compiler relies upon this _exact_ order
Type_Info_Enum_Value :: union {
rune,