From 840354da0c54a5036c68cc75eb069d19ac36d0e5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 10:58:26 +0200 Subject: Support specifying options/variables/buildspec in any order --- build2/lexer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/lexer') diff --git a/build2/lexer b/build2/lexer index 06f2b24..0bbd22a 100644 --- a/build2/lexer +++ b/build2/lexer @@ -75,7 +75,7 @@ namespace build2 char pair_separator () const {return pair_separator_;} - // Scanner. + // Scanner. Note that it is ok to call next() again after getting eos. // token next (); -- cgit v1.1