aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options')
-rw-r--r--build2/b-options8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/b-options b/build2/b-options
index 093a1dc..6a2088d 100644
--- a/build2/b-options
+++ b/build2/b-options
@@ -410,6 +410,12 @@ namespace build2
bool
verbose_specified () const;
+ const bool&
+ no_column () const;
+
+ const bool&
+ no_line () const;
+
const path&
buildfile () const;
@@ -470,6 +476,8 @@ namespace build2
bool q_;
uint16_t verbose_;
bool verbose_specified_;
+ bool no_column_;
+ bool no_line_;
path buildfile_;
bool buildfile_specified_;
path config_guess_;