diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-10-23 15:57:59 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-10-23 15:57:59 +0100 |
| commit | b454371f3b16d8c75671362ee673ccc72b722276 (patch) | |
| tree | 760378f3804999f6e27e1b5f07bd1cecade33db5 /src/parser.cpp | |
| parent | bd5d095de4a3a3de574f6004751718ee944417cc (diff) | |
Separation of certain instructions for better clarity.
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 62e283ae1..642e838e1 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -18,7 +18,7 @@ enum ParseFileError { typedef Array<AstNode *> AstNodeArray; struct AstFile { - u32 id; + i32 id; gbArena arena; Tokenizer tokenizer; Array<Token> tokens; |