From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbuild2/functions-regex.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libbuild2/functions-regex.cxx') diff --git a/libbuild2/functions-regex.cxx b/libbuild2/functions-regex.cxx index 46d71ba..2f0d122 100644 --- a/libbuild2/functions-regex.cxx +++ b/libbuild2/functions-regex.cxx @@ -3,7 +3,7 @@ #include -#include +#include #include #include @@ -612,7 +612,7 @@ namespace build2 // is always untyped, regardless of the argument type. // // Substitution escape sequences are extended with a subset of Perl - // sequences (see libbutl/regex.mxx for details). + // sequences (see libbutl/regex.hxx for details). // // The following flags are supported: // @@ -687,7 +687,7 @@ namespace build2 // value to string prior to matching. // // Substitution escape sequences are extended with a subset of Perl - // sequences (see libbutl/regex.mxx for details). + // sequences (see libbutl/regex.hxx for details). // // The following flags are supported: // @@ -716,7 +716,7 @@ namespace build2 // elements optionally separated with a delimiter. // // Substitution escape sequences are extended with a subset of Perl - // sequences (see libbutl/regex.mxx for details). + // sequences (see libbutl/regex.hxx for details). // // The following flags are supported: // @@ -761,7 +761,7 @@ namespace build2 // of transformed elements, omitting the empty ones. // // Substitution escape sequences are extended with a subset of Perl - // sequences (see libbutl/regex.mxx for details). + // sequences (see libbutl/regex.hxx for details). // // The following flags are supported: // -- cgit v1.1