diff options
Diffstat (limited to 'MoonParser/pegtl/config.hpp')
-rw-r--r-- | MoonParser/pegtl/config.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MoonParser/pegtl/config.hpp b/MoonParser/pegtl/config.hpp new file mode 100644 index 0000000..e93f74a --- /dev/null +++ b/MoonParser/pegtl/config.hpp | |||
@@ -0,0 +1,15 @@ | |||
1 | // Copyright (c) 2017 Dr. Colin Hirsch and Daniel Frey | ||
2 | // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ | ||
3 | |||
4 | #ifndef TAOCPP_PEGTL_INCLUDE_CONFIG_HPP | ||
5 | #define TAOCPP_PEGTL_INCLUDE_CONFIG_HPP | ||
6 | |||
7 | #ifndef TAOCPP_PEGTL_NAMESPACE | ||
8 | #define TAOCPP_PEGTL_NAMESPACE pegtl | ||
9 | #endif | ||
10 | |||
11 | // Enable some improvements to the readability of | ||
12 | // demangled type names under some circumstances. | ||
13 | // #define TAOCPP_PEGTL_PRETTY_DEMANGLE | ||
14 | |||
15 | #endif | ||