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 {}; d=0e407e53dfb5f6bf7bc57cbe7ffa46db1af45524'>commitdiff
AgeCommit message (Expand)Author
2022-03-01nls: Update translations....* po/doc/guix-cookbook.uk.po: New file. * po/doc/local.mk: Add uk cookbook. * doc/local.mk: Add uk cookbook. * po/guix/fa.po: New file. * po/guix/uk.po: New file. * po/guix/LINGUAS: Add fa and uk. Julien Lepiller
2022-02-04nls: Update translations....* po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add it. * doc/local.mk: Add pt_BR cookbook. Julien Lepiller
2022-01-09nls: Update translations....* po/doc/guix-cookbook.fi.po: New file. * po/doc/guix-manual.fi.po: New file. * po/doc/local.mk: Add them. * doc/local.mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. Julien Lepiller
2021-12-04nls: Update translations.Julien Lepiller
2021-11-06nls: Update translations....* po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....* po/packages/it.po: New file. * po/packages/LINGUAS: Add `it'. * po/*/*.po: Update translations. Julien Lepiller
2021-08-04nls: Update translations....* po/doc/guix-cookbook.ru.po: New file. * po/doc/guix-cookbook.sk.po: New file. * po/*/*.po: Update translations. * doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk. (info_TEXINFOS): Add Russian and Slovak cookbooks. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po files. Julien Lepiller
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'ru' translation.Julien Lepiller
2020-11-05nls: Update translations of the manual.Julien Lepiller
2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller