aboutsummaryrefslogtreecommitdiff
path: root/build2/lexer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 10:58:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 10:58:26 +0200
commit840354da0c54a5036c68cc75eb069d19ac36d0e5 (patch)
treebfe3aa4bf8eb8d9b6f63c4ad42aedcf5ca32aec0 /build2/lexer
parent83ea171c180e0bc0ece8f4070489c1ee10a99e5e (diff)
Support specifying options/variables/buildspec in any order
Diffstat (limited to 'build2/lexer')
-rw-r--r--build2/lexer2
1 files changed, 1 insertions, 1 deletions
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 ();