Skip to content

Commit

Permalink
sync with tl r65248
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Dec 12, 2022
1 parent e40fb49 commit ad87500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion source/texk/web2c/ptexdir/ptex-base.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,10 @@ eqtb[auto_xspacing_code]:=eqtb[cat_code_base];
for k:=0 to 255 do
begin cat_code(k):=other_char; kcat_code(k):=other_kchar;
math_code(k):=hi(k); sf_code(k):=1000;
auto_xsp_code(k):=0; inhibit_xsp_code(k):=0; inhibit_xsp_type(k):=0;
auto_xsp_code(k):=0;
end;
for k:=0 to 1023 do
begin inhibit_xsp_code(k):=0; inhibit_xsp_type(k):=0;
kinsoku_code(k):=0; kinsoku_type(k):=0;
end;
@z
Expand Down
6 changes: 2 additions & 4 deletions source/texk/web2c/uptexdir/uptex-m.ch
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,15 @@ eqtb[auto_xspacing_code]:=eqtb[cat_code_base];
for k:=0 to 255 do
begin cat_code(k):=other_char; kcat_code(k):=other_kchar;
math_code(k):=hi(k); sf_code(k):=1000;
auto_xsp_code(k):=0; inhibit_xsp_code(k):=0; inhibit_xsp_type(k):=0;
kinsoku_code(k):=0; kinsoku_type(k):=0;
auto_xsp_code(k):=0;
end;
@y
eqtb[auto_xspacing_code]:=eqtb[cat_code_base];
eqtb[enable_cjk_token_code]:=eqtb[cat_code_base];
for k:=0 to 255 do
begin cat_code(k):=other_char;
math_code(k):=hi(k); sf_code(k):=1000;
auto_xsp_code(k):=0; inhibit_xsp_code(k):=0; inhibit_xsp_type(k):=0;
kinsoku_code(k):=0; kinsoku_type(k):=0;
auto_xsp_code(k):=0;
end;
for k:=0 to 511 do
begin kcat_code(k):=other_kchar;
Expand Down

0 comments on commit ad87500

Please sign in to comment.