diff options
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). |