diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-24 19:53:36 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-24 19:53:36 +0200 |
| commit | 63331ef731209ec8db65d7f26bdbebdf9459107d (patch) | |
| tree | 5821f52c432a07d374fddc4b89d8a466833b3734 /src/parser.cpp | |
| parent | a40a53b10447c9223c24cccf565a95f1773d3922 (diff) | |
Revert "Merge pull request #1702 from Kelimion/filename_generation"
This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing
changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
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 df7f908a6..767119aa8 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -5751,7 +5751,7 @@ ParseFileError parse_packages(Parser *p, String init_filename) { } } } - + { // Add these packages serially and then process them parallel mutex_lock(&p->wait_mutex); |