From 49031af6be4bfb55a8ef64cea08a7161c3a763a4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Aug 2019 13:01:56 +0200 Subject: Minor cleanups --- libbuild2/parser.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbuild2/parser.cxx') diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 4df2ce3..4c48440 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1812,9 +1812,9 @@ namespace build2 if (n.pair) fail (l) << "unexpected pair in import"; - // build2::import() will check the name, if required. + // import() will check the name, if required. // - names r (build2::import (*scope_, move (n), l)); + names r (import (*scope_, move (n), l)); if (val != nullptr) { @@ -1850,7 +1850,7 @@ namespace build2 fail (t) << "export outside export stub"; // The rest is a value. Parse it as a variable value to get expansion, - // attributes, etc. build2::import() will check the names, if required. + // attributes, etc. Note that import() will check the names, if required. // location l (get_location (t)); value rhs (parse_variable_value (t, tt)); -- cgit v1.1