diff options
| author | thebirk <pingnor@gmail.com> | 2019-08-26 19:09:52 +0200 |
|---|---|---|
| committer | thebirk <pingnor@gmail.com> | 2019-08-26 19:09:52 +0200 |
| commit | 97dfcffa761acdf22a12412db5610cc4beb2c4d6 (patch) | |
| tree | 778a6ffc403abf4984975151feadddd487580408 /src/parser.hpp | |
| parent | c44d25d14f2a8f800170daae4a1c9d08858978b6 (diff) | |
Fixed error where the parser would end early.
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 3489f1a9b..f1bbd8784 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -139,6 +139,7 @@ struct Parser { isize total_line_count; gbMutex file_add_mutex; gbMutex file_decl_mutex; + gbSemaphore worker_finished_semaphore; }; enum ProcInlining { |