summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-11-28 01:03:14 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-11-28 01:03:14 +0000
commit20727c0760eb75cb2962eb7217916aedd8a2ebac (patch)
tree0942c42e10f62afb201fe8f0936b3be5e63cbd05 /Build/source/texk/web2c/eptexdir
parentfe741e7d31150169a0178edcfbe1f1cb2761e146 (diff)
ptex-base.ch: error recovery, syntax
git-svn-id: svn://tug.org/texlive/trunk@57023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r--Build/source/texk/web2c/eptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/eptexdir/fam256.ch10
2 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog
index 3360fd625ec..6d3ac638f4e 100644
--- a/Build/source/texk/web2c/eptexdir/ChangeLog
+++ b/Build/source/texk/web2c/eptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2020-11-29 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * fam256.ch: Adapt to changes in ptex-base.ch.
+
2020-09-01 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* pdfutils.ch (Scan the argument for command |c|) <expanded_code>:
diff --git a/Build/source/texk/web2c/eptexdir/fam256.ch b/Build/source/texk/web2c/eptexdir/fam256.ch
index 75bf6d9aaae..583c5b8d21a 100644
--- a/Build/source/texk/web2c/eptexdir/fam256.ch
+++ b/Build/source/texk/web2c/eptexdir/fam256.ch
@@ -1218,13 +1218,12 @@ def_code: begin
print_int(n);
if m=0 then
begin help1("I'm going to use 0 instead of that illegal code value.");@/
- error;
+ error; cur_val:=0;
end
else
begin help1("I'm going to use 16 instead of that illegal code value.");@/
- error;
+ error; cur_val:=16;
end;
- cur_val:=m;
end;
if p<math_code_base then define(p,data,cur_val)
else if p<del_code_base then define(p,data,hi(cur_val))
@@ -1264,13 +1263,12 @@ def_code: begin
print_int(n);
if m=0 then
begin help1("I'm going to use 0 instead of that illegal code value.");@/
- error;
+ error; cur_val:=0;
end
else
begin help1("I'm going to use 16 instead of that illegal code value.");@/
- error;
+ error; cur_val:=16;
end;
- cur_val:=m;
end;
if p<math_code_base then define(p,data,cur_val)
else if cur_val1=math_code_base then begin