From 8b98a6b3fae40487ac529a7118865df6a71159ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Jul 2017 17:43:09 +0200 Subject: Implement detection of ignorable changes (whitespaces, comments) --- build2/cc/parser.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/cc/parser.cxx') diff --git a/build2/cc/parser.cxx b/build2/cc/parser.cxx index df2e257..a97a98b 100644 --- a/build2/cc/parser.cxx +++ b/build2/cc/parser.cxx @@ -129,6 +129,7 @@ namespace build2 if (bb != 0) /*warn*/ fail (t) << "{}-imbalance detected"; + checksum = l.checksum (); return u; } -- cgit v1.1