From cf59a5fa548cfa72ab0b56334afea5c031faf27b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Mar 2016 17:54:37 +0200 Subject: Enable @-delimited pairs mode everywhere --- build2/context.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index dc84e63..53ea467 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -71,9 +71,9 @@ namespace build2 v.find ("project"); v.find ("amalgamation"); - // Not typed since the value requires pre-processing. + // Not typed since the value requires pre-processing (see file.cxx). // - v.find ("subprojects", nullptr, '='); + v.find ("subprojects"); v.find ("extension"); } -- cgit v1.1