From 9c3e14bb61d6fb1da6ada3213e2c4d566ddd5e33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 May 2021 16:16:54 +0200 Subject: Add pattern_mode::ignore and use in appropriate places --- libbuild2/parser.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/parser.hxx') 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). -- cgit v1.1