texlive[60053] restore "strings are different" change

commits+karl at tug.org commits+karl at tug.org
Sun Jul 25 18:07:08 CEST 2021


Revision: 60053
          http://tug.org/svn/texlive?view=revision&revision=60053
Author:   karl
Date:     2021-07-25 18:07:08 +0200 (Sun, 25 Jul 2021)
Log Message:
-----------
restore "strings are different" change

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/tex.ch

Property Changed:
----------------
    trunk/Build/source/texk/web2c/tex.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2021-07-25 12:35:17 UTC (rev 60052)
+++ trunk/Build/source/texk/web2c/ChangeLog	2021-07-25 16:07:08 UTC (rev 60053)
@@ -1,3 +1,7 @@
+2021-07-25  Karl Berry  <karl at freefriends.org>
+
+	* tex.ch: restore "strings are different" change from 2021-07-22.
+
 2021-07-25  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
 
 	* tex.ch:

Modified: trunk/Build/source/texk/web2c/tex.ch
===================================================================
--- trunk/Build/source/texk/web2c/tex.ch	2021-07-25 12:35:17 UTC (rev 60052)
+++ trunk/Build/source/texk/web2c/tex.ch	2021-07-25 16:07:08 UTC (rev 60053)
@@ -1,3 +1,4 @@
+% $Id$
 % tex.ch for C compilation with web2c, derived from various other change files.
 % By Tim Morgan, UC Irvine ICS Department, and many others.
 %
@@ -3522,7 +3523,7 @@
 if x<>@$ then begin {check that strings are the same}
   wake_up_terminal;
   wterm_ln('---! ', stringcast(name_of_file+1),
-           ' made by different executable version');
+           ' made by different executable version, strings are different');
   goto bad_fmt;
 end;
 @<Undump |xord|, |xchr|, and |xprn|@>;


Property changes on: trunk/Build/source/texk/web2c/tex.ch
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property


More information about the tex-live-commits mailing list.