From 6c73f9d3fdc0249485ffc1e3314f1ed2750b60d0 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sun, 20 Aug 2017 18:28:21 +0100 Subject: Global variable dependency initialization ordering Fuck graph theory --- src/entity.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index 21ef9095f..2b0b0c379 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -78,6 +78,8 @@ struct Entity { Entity * using_parent; AstNode * using_expr; + isize order_in_src; + union { struct { ExactValue value; -- cgit v1.2.3