aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-10-23 15:57:59 +0100
committerGinger Bill <bill@gingerbill.org>2016-10-23 15:57:59 +0100
commitb454371f3b16d8c75671362ee673ccc72b722276 (patch)
tree760378f3804999f6e27e1b5f07bd1cecade33db5 /src/parser.cpp
parentbd5d095de4a3a3de574f6004751718ee944417cc (diff)
Separation of certain instructions for better clarity.
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp2
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;