From e3301481b587beb02c5b8071ec99679858330ec7 Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Wed, 6 Feb 2019 11:01:31 +0000 Subject: fputs2 (ptex and friends 5 of 5) git-svn-id: svn://tug.org/texlive/trunk@49959 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/eptexdir/eptex.defines | 1 + Build/source/texk/web2c/eptexdir/eptex.ech | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/eptexdir') diff --git a/Build/source/texk/web2c/eptexdir/eptex.defines b/Build/source/texk/web2c/eptexdir/eptex.defines index 8e99be92023..4ec82524536 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.defines +++ b/Build/source/texk/web2c/eptexdir/eptex.defines @@ -17,6 +17,7 @@ @define function fromDVI (); @define function toDVI (); @define function putc2 (); +@define function fputs2 (); @define function inputline2 (); @define function setinfileenc (); diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index 5cc86a0093d..2bf76aff627 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -454,7 +454,7 @@ begin print_nl("Unknown encoding `"); case selector of term_and_log: begin wterm(stringcast(name_of_file + 1)); - wlog(stringcast(name_of_file + 1)); end; + wlog(stringcast(name_of_file + 1)); end; log_only: wlog(stringcast(name_of_file + 1)); term_only: wterm(stringcast(name_of_file + 1)); endcases; -- cgit v1.2.3