From 5e8e9500102800e68c9e7fcac9e85c1668b71a36 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 10:27:09 +0000 Subject: towards TL2010: texk/web2c git-svn-id: svn://tug.org/texlive/trunk@15964 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pktype.ch | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/pktype.ch') diff --git a/Build/source/texk/web2c/pktype.ch b/Build/source/texk/web2c/pktype.ch index 0e9d68bc514..677c3d298db 100644 --- a/Build/source/texk/web2c/pktype.ch +++ b/Build/source/texk/web2c/pktype.ch @@ -78,6 +78,13 @@ end; @z +@x [10] Pascal Web's char +@d text_char == char {the data type of characters in text files} +@y +@d char == 0..255 +@d text_char == char {the data type of characters in text files} +@z + @x [32] Remove typ_file from globals. @ @= @!pk_file:byte_file; {where the input comes from} @@ -123,7 +130,7 @@ end; and output files} @!pk_loc:integer; {how many bytes have we read?} @y -@!pk_name:^char; {name of input and output files} +@!pk_name:c_string; {name of input and output files} @!cur_loc:integer; {how many bytes have we read?} @z -- cgit v1.2.3