Fix procedure's scope

This commit is contained in:
gingerBill
2016-08-23 00:03:53 +01:00
parent 81c592b5e9
commit aaecb18c8f
5 changed files with 61 additions and 33 deletions
-1
View File
@@ -34,7 +34,6 @@ struct Entity {
Scope *parent;
Token token;
Type *type;
isize order;
union {
struct { ExactValue value; } Constant;