From e5a571d28f5ae7d78871ffdd16285aca9188ef83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Aug 2019 13:07:57 +0200 Subject: Regenerate options parsing code --- build2/b-options.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/b-options.cxx') diff --git a/build2/b-options.cxx b/build2/b-options.cxx index a7a348f..4c8e63b 100644 --- a/build2/b-options.cxx +++ b/build2/b-options.cxx @@ -216,6 +216,8 @@ namespace build2 // argv_file_scanner // + int argv_file_scanner::zero_argc_ = 0; + bool argv_file_scanner:: more () { @@ -462,7 +464,6 @@ namespace build2 using namespace std; const char* o (s.next ()); - if (s.more ()) { string v (s.next ()); -- cgit v1.1