Skip to content

Commit

Permalink
Remove unnecessary quark in l3str-convert
Browse files Browse the repository at this point in the history
  • Loading branch information
PhelypeOleinik committed Mar 30, 2020
1 parent 2f9c4ec commit 95dc931
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions l3kernel/l3str-convert.dtx
Expand Up @@ -293,21 +293,13 @@
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\q_@@_nil,\q_@@_stop}
% \begin{variable}{\q_@@_nil}
% Internal quarks.
% \begin{macrocode}
\quark_new:N \q_@@_nil
\quark_new:N \q_@@_stop
% \end{macrocode}
% \end{variable}
%
% \begin{macro}[EXP]{\@@_use_none_delimit_by_q_stop:w}
% Functions to gobble up to a quark.
% \begin{macrocode}
\cs_new:Npn \@@_use_none_delimit_by_q_stop:w #1 \q_@@_stop { }
% \end{macrocode}
% \end{macro}
%
% \begin{variable}{\g_@@_alias_prop}
% To avoid needing one file per encoding/escaping alias, we keep track
% of those in a property list.
Expand Down Expand Up @@ -1984,7 +1976,7 @@
\int_value:w \int_eval:n { `#1 - "C0 } \exp_after:wN
\fi:
\s_@@
\@@_use_none_delimit_by_q_stop:w {"80} {"800} {"10000} {"110000} \q_@@_stop
\@@_use_none_delimit_by_s_stop:w {"80} {"800} {"10000} {"110000} \s_@@_stop
\@@_decode_utf_viii_start:N
}
\cs_new:Npn \@@_decode_utf_viii_continuation:wwN
Expand Down Expand Up @@ -2020,7 +2012,7 @@
#1
\fi:
\else:
\if_meaning:w \q_@@_stop #5
\if_meaning:w \s_@@_stop #5
\@@_decode_utf_viii_overflow:w #1
\fi:
\exp_after:wN \@@_decode_utf_viii_continuation:wwN
Expand Down

0 comments on commit 95dc931

Please sign in to comment.