Skip to content

Commit

Permalink
xeCJK: 删除对 \xe@alloc@intercharclass 的多余处理。
Browse files Browse the repository at this point in the history
  • Loading branch information
qinglee committed May 15, 2015
1 parent 4ed3d57 commit 98dcc60
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions xeCJK/xeCJK.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,9 @@ CJK scripts fonts (TrueType or OpenType).
% \changes{v3.2.3}{2013/06/07}{提供四个 TECkit 映射文件用于句号转换和简繁互换。}
% \changes{v3.2.4}{2013/07/02}{遵循 \hologo{LaTeX3} 变量需要预先声明的原则。}
% \changes{v3.2.6}{2013/07/29}{\texttt{case} 类函数的用法与 \hologo{LaTeX3} 同步。}
% \changes{v3.3.2}{2015/05/15}{随 Unicode 7.0.0 更新简繁汉字映射。}
%
% \CheckSum{9803}
% \CheckSum{9799}
% \GetFileInfo{\jobname.dtx}
%
% \title{\bfseries\pkg{xeCJK} 宏包}
Expand Down Expand Up @@ -7499,12 +7500,10 @@ CJK scripts fonts (TrueType or OpenType).
%
% \begin{macro}[internal]{\g_@@_xetex_allocator_int}
% \changes{v3.3.1}{2015/04/14}{兼容 \LaTeXe{} 2015。}
% \LaTeXe{} 2015/01/01 接管了 \tn{newXeTeXintercharclass},分配器采用 |\count257|,
% 不再定义 \tn{xe@alloc@intercharclass}。
% \changes{v3.3.2}{2015/05/15}{\tn{xe@alloc@intercharclass} 总是有定义的。}
% \LaTeXe{} 2015/01/01 接管了 \tn{newXeTeXintercharclass}。
% \begin{macrocode}
\int_if_exist:NTF \xe@alloc@intercharclass
{ \cs_new_eq:NN \g_@@_xetex_allocator_int \xe@alloc@intercharclass }
{ \tex_countdef:D \g_@@_xetex_allocator_int = 257 ~ }
\cs_new_eq:NN \g_@@_xetex_allocator_int \xe@alloc@intercharclass
% \end{macrocode}
% \end{macro}
%
Expand Down

0 comments on commit 98dcc60

Please sign in to comment.