diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:27:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:27:09 +0000 |
commit | 5e8e9500102800e68c9e7fcac9e85c1668b71a36 (patch) | |
tree | 81d79ac70ffbb127e8063f18c8f55475ca169ee1 /Build/source/texk/web2c/gftodvi.ch | |
parent | e6a9c88ada2f11dd61e4c4e39dff84944bed5787 (diff) |
towards TL2010: texk/web2c
git-svn-id: svn://tug.org/texlive/trunk@15964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/gftodvi.ch')
-rw-r--r-- | Build/source/texk/web2c/gftodvi.ch | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/gftodvi.ch b/Build/source/texk/web2c/gftodvi.ch index 979c0466654..6227feff207 100644 --- a/Build/source/texk/web2c/gftodvi.ch +++ b/Build/source/texk/web2c/gftodvi.ch @@ -340,6 +340,20 @@ l:=3; init_str3(".")("g")("f")(gf_ext);@/ l:=7; init_str7(".")("2")("6")("0")("2")("g")("f")(gf_ext);@/ @z +@x [81] Diagnose impossible cases. +end; {there are no other cases} +@y +othercases abort('internal error'); +endcases; +@z + +@x [85] Diagnose impossible cases. +end; {there are no other cases} +@y +othercases abort('internal error'); +endcases; +@z + @x [88] Change home_font_area to null_string. l:=9; init_str9("T")("e")("X")("f")("o")("n")("t")("s")(":")(home_font_area);@/ @y @@ -421,7 +435,7 @@ some input is present; then it opens the output file. @p procedure start_gf; label done; -var arg_buffer: ^char; +var arg_buffer: w2c_u_string; arg_buf_ptr: integer; begin arg_buffer := cmdline (optind); |