diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-25 13:44:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 15:29:50 +0200 |
commit | ea997c89f7ea59db0164c79ac0fda5b607754753 (patch) | |
tree | 2067c898434d9da4f6cadf0e50737f930b299616 /libbuild2/functions-regex.cxx | |
parent | c595aac0142436f64ada4f5412b821bfcc6db008 (diff) |
Pattern matching support (switch): single value implementation
Diffstat (limited to 'libbuild2/functions-regex.cxx')
-rw-r--r-- | libbuild2/functions-regex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/functions-regex.cxx b/libbuild2/functions-regex.cxx index 339224e..7d0ca20 100644 --- a/libbuild2/functions-regex.cxx +++ b/libbuild2/functions-regex.cxx @@ -373,7 +373,7 @@ namespace build2 // part of a value of an arbitrary type. Convert the value to string prior // to searching. Return the boolean value unless return_match or // return_subs flag is specified (see below) in which case return names - // (empty if no match). + // (empty if no match @@ Why not NULL?). // // The following flags are supported: // |