diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |