From cf59a5fa548cfa72ab0b56334afea5c031faf27b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Mar 2016 17:54:37 +0200 Subject: Enable @-delimited pairs mode everywhere --- build2/lexer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/lexer') diff --git a/build2/lexer b/build2/lexer index 98feb75..001d52c 100644 --- a/build2/lexer +++ b/build2/lexer @@ -75,7 +75,7 @@ namespace build2 next (); // Peek at the first character of the next token. Return the character - // or 0 if the next token will be eos. Also return an indicator of + // or '\0' if the next token will be eos. Also return an indicator of // whether the next token will be separated. // pair -- cgit v1.1