diff options
| author | gingerBill <bill@gingerbill.org> | 2018-08-29 19:55:55 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-08-29 19:55:55 +0100 |
| commit | 001837e6bb0448d439ce6208069265a1a7aefaf5 (patch) | |
| tree | 7252984ec2c8d5844d8236006f9959b3dbee15da /src/checker.cpp | |
| parent | 28523f17e2c702379dff89b024edcb1614256476 (diff) | |
Temporary allocator for `context`
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index b0d6d72aa..2035ded75 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -1309,6 +1309,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) { str_lit("args__"), str_lit("type_table"), + str_lit("global_scratch_allocator"), str_lit("Type_Info"), str_lit("Source_Code_Location"), |