aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/parser.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index 4e8ad23..2f1cf56 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -3796,6 +3796,7 @@ namespace build2
//
if (ln.size () == 0)
{
+ next (t, tt); // Get what's after '{'.
parse (nullopt, nullptr, nullptr);
r.clear ();
continue;