From 1306e78c9852e150e133230a1f07eebb8b08c2a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Oct 2016 16:49:31 +0200 Subject: Add --no-line, --no-column options --- build2/utility | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/utility') diff --git a/build2/utility b/build2/utility index 7c30395..719eb60 100644 --- a/build2/utility +++ b/build2/utility @@ -19,6 +19,7 @@ #include #include +#include namespace build2 { @@ -83,6 +84,10 @@ namespace build2 next_word (const string&, size_t n, size_t& b, size_t& e, char d1 = ' ', char d2 = '\0'); + // Command line options. + // + extern options ops; + // Build system driver recall path (argv[0]). // extern path argv0; -- cgit v1.1