Use the definitions from (newer) upstream PEGTL. diff --git a/include/gemmi/cif.hpp b/include/gemmi/cif.hpp index c7ffdb44..35d24210 100644 --- a/include/gemmi/cif.hpp +++ b/include/gemmi/cif.hpp @@ -37,7 +37,6 @@ namespace pegtl = tao::pegtl; namespace rules { template struct lookup_char { - using analyze_t = pegtl::analysis::generic; template static bool match(Input& in) { if (!in.empty() && cif::char_table(in.peek_char()) == TableVal) { if (TableVal == 2) // this set includes new-line @@ -71,11 +70,11 @@ namespace rules { struct ws_or_eof : pegtl::sor {}; // (b) Reserved words. - struct str_data : TAOCPP_PEGTL_ISTRING("data_") {}; - struct str_loop : TAOCPP_PEGTL_ISTRING("loop_") {}; - struct str_global : TAOCPP_PEGTL_ISTRING("global_") {}; - struct str_save : TAOCPP_PEGTL_ISTRING("save_") {}; - struct str_stop : TAOCPP_PEGTL_ISTRING("stop_") {}; + struct str_data : TAO_PEGTL_ISTRING("data_") {}; + struct str_loop : TAO_PEGTL_ISTRING("loop_") {}; + struct str_global : TAO_PEGTL_ISTRING("global_") {}; + struct str_save : TAO_PEGTL_ISTRING("save_") {}; + struct str_stop : TAO_PEGTL_ISTRING("stop_") {}; struct keyword : pegtl::sor {}; f='/guix/diff/configure.ac?id=88b94ced5ec501b8dd8fdb8e95f398c885833b16'>diff
AgeCommit message (Expand)Author
2024-06-03build: Use the po4a command for the translation generation....gemmaro
2024-06-03build: Update the POT creation task with the po4a command....gemmaro
2024-05-25configure.ac: Set default value for the 'prefix' variable....Maxim Cournoyer
2024-04-19maint: Resurrect running `make' from a tarball....Janneke Nieuwenhuizen
2023-10-22teams: Adjust shebang to use 'guix repl'....Maxim Cournoyer
2023-09-26build: Add dependency on Git....Ludovic Courtès
2022-07-03etc: Add teams.scm....Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès