aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/parser.cxx b/build/parser.cxx
index 8a79ae9..8973036 100644
--- a/build/parser.cxx
+++ b/build/parser.cxx
@@ -956,9 +956,9 @@ namespace build
string::size_type n (p != string::npos ? name.size () - 1 : 0);
// See if this is a type name, directory prefix, or both. That
- // is, it is followed by '{'.
+ // is, it is followed by an un-separated '{'.
//
- if (tt == type::lcbrace)
+ if (tt == type::lcbrace && !peeked ().separated)
{
next (t, tt);