Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 374147
Collapse All | Expand All

(-)texlive-20110705-source/texk/web2c/enctex.ch (-1 / +1 lines)
Lines 42-48 for i:=@'177 to @'377 do xchr[i]:=i; Link Here
42
{Initialize enc\TeX\ data.}
42
{Initialize enc\TeX\ data.}
43
for i:=0 to 255 do mubyte_read[i]:=null;
43
for i:=0 to 255 do mubyte_read[i]:=null;
44
for i:=0 to 255 do mubyte_write[i]:=0;
44
for i:=0 to 255 do mubyte_write[i]:=0;
45
for i:=0 to 128 do mubyte_cswrite[i]:=null;
45
for i:=0 to 127 do mubyte_cswrite[i]:=null;
46
mubyte_keep := 0; mubyte_start := false;
46
mubyte_keep := 0; mubyte_start := false;
47
write_noexpanding := false; cs_converting := false;
47
write_noexpanding := false; cs_converting := false;
48
special_printing := false; message_printing := false;
48
special_printing := false; message_printing := false;
(-)texlive-20110705-source/texk/web2c/xetexdir/xetex.ch (-1 / +1 lines)
Lines 328-334 for i:=@'177 to @'377 do xchr[i]:=i; Link Here
328
{Initialize enc\TeX\ data.}
328
{Initialize enc\TeX\ data.}
329
for i:=0 to 255 do mubyte_read[i]:=null;
329
for i:=0 to 255 do mubyte_read[i]:=null;
330
for i:=0 to 255 do mubyte_write[i]:=0;
330
for i:=0 to 255 do mubyte_write[i]:=0;
331
for i:=0 to 128 do mubyte_cswrite[i]:=null;
331
for i:=0 to 127 do mubyte_cswrite[i]:=null;
332
mubyte_keep := 0; mubyte_start := false;
332
mubyte_keep := 0; mubyte_start := false;
333
write_noexpanding := false; cs_converting := false;
333
write_noexpanding := false; cs_converting := false;
334
special_printing := false; message_printing := false;
334
special_printing := false; message_printing := false;

Return to bug 374147