diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-24 16:16:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-28 10:10:44 +0200 |
commit | 9c3e14bb61d6fb1da6ada3213e2c4d566ddd5e33 (patch) | |
tree | c4dcb4f2e9b4430e7a8e74cee08cb101dcfd27d6 /libbuild2/parser.hxx | |
parent | 726aaab07a785b904dd1265bffa603bdd2a7665b (diff) |
Add pattern_mode::ignore and use in appropriate places
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index d6044e9..889d339 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -108,6 +108,7 @@ namespace build2 // enum class pattern_mode { + ignore, // Treat as literals. preserve, // Preserve as name pattern. expand, // Expand to non-pattern names. detect // Implementation detail mode (see code for more information). |