]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-extramembot.patch
- fixed -luatex internal deps; release 31
[packages/texlive.git] / texlive-extramembot.patch
1 diff -up texlive-2007/texk/web2c/tex.ch.extramembot texlive-2007/texk/web2c/tex.ch
2 --- texlive-2007/texk/web2c/tex.ch.extramembot  2006-12-19 02:11:11.000000000 +0100
3 +++ texlive-2007/texk/web2c/tex.ch      2011-11-30 12:03:32.052795763 +0100
4 @@ -365,7 +365,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
5  {Initialize enc\TeX\ data.}
6  for i:=0 to 255 do mubyte_read[i]:=null;
7  for i:=0 to 255 do mubyte_write[i]:=0;
8 -for i:=0 to 128 do mubyte_cswrite[i]:=null;
9 +for i:=0 to 127 do mubyte_cswrite[i]:=null;
10  mubyte_keep := 0; mubyte_start := false; 
11  write_noexpanding := false; cs_converting := false;
12  special_printing := false; message_printing := false;
13 diff -up texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot texlive-2007/texk/web2c/xetexdir/xetex-noenc.ch
14 --- texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot       2006-07-26 18:19:45.000000000 +0200
15 +++ texlive-2007/texk/web2c/xetexdir/xetex.ch   2011-11-30 12:03:32.053795764 +0100
16 @@ -178,7 +178,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
17  {Initialize enc\TeX\ data.}
18  for i:=0 to 255 do mubyte_read[i]:=null;
19  for i:=0 to 255 do mubyte_write[i]:=0;
20 -for i:=0 to 128 do mubyte_cswrite[i]:=null;
21 +for i:=0 to 127 do mubyte_cswrite[i]:=null;
22  mubyte_keep := 0; mubyte_start := false;
23  write_noexpanding := false; cs_converting := false;
24  special_printing := false; message_printing := false;
This page took 0.031071 seconds and 3 git commands to generate.