From 79f3c8044bd48db4e7fa3fa385c9af1fa18a1a9b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2016 15:16:36 +0200 Subject: Minor fixes --- build2/parser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/parser.cxx') diff --git a/build2/parser.cxx b/build2/parser.cxx index c7ede35..a2d9d1b 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -1750,11 +1750,11 @@ namespace build2 // untyped one to the other's type instead of complaining. This // seems like a reasonable thing to do and will allow us to write: // - // if (build.version > 30000) + // if ($build.version > 30000) // // Rather than having to write: // - // if (build.version > [uint64] 30000) + // if ($build.version > [uint64] 30000) // if (lhs.type != rhs.type) { -- cgit v1.1