From 243da3993c138d33063f633aa3996a8a710ea396 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 14:44:15 +0200 Subject: Implement project-qualified names/prerequisites, two-stage import --- build/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/scope.cxx') diff --git a/build/scope.cxx b/build/scope.cxx index 4645979..600c46e 100644 --- a/build/scope.cxx +++ b/build/scope.cxx @@ -78,7 +78,7 @@ namespace build // First determine the target type. // const char* tt; - if (n.type.empty ()) + if (n.untyped ()) { // Empty name or '.' and '..' signify a directory. // -- cgit v1.1