diff --git a/exaudfclient/base/script_options_parser/ctpg/script_option_lines_ctpg.cc b/exaudfclient/base/script_options_parser/ctpg/script_option_lines_ctpg.cc index 0eb20d9f..ecbd9151 100644 --- a/exaudfclient/base/script_options_parser/ctpg/script_option_lines_ctpg.cc +++ b/exaudfclient/base/script_options_parser/ctpg/script_option_lines_ctpg.cc @@ -59,8 +59,8 @@ constexpr char option_char_pattern[] = R"_([^;])_"; constexpr char whitespaces_pattern[] = R"_([ \x09\x0c\x0b]+)_"; -constexpr char_term start_option_tag('%'); -constexpr char_term end_option_tag(';'); +constexpr char_term start_option_token('%'); +constexpr char_term end_option_token(';'); constexpr regex_term alpha_numeric("alpha_numeric"); constexpr regex_term option_char("option_char"); constexpr regex_term whitespaces("whitespace"); @@ -72,13 +72,11 @@ constexpr nterm