From 9d9111c450ea33fdea7aa08478b8f3584cc609f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 24 Jan 1999 16:04:24 +0000 Subject: * texinfo.tex (\obstexwarn): Don't use *** in message, it interferes with make output parsing. --- texinfo.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texinfo.tex b/texinfo.tex index bf1af25..2ff84c5 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{1999-01-21}% +\def\texinfoversion{1999-01-24}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 % Free Software Foundation, Inc. @@ -870,7 +870,7 @@ where each line of input produces a line of output.} % We need to warn folks that they may have trouble with TeX 3.0. % This uses \immediate\write16 rather than \message to get newlines. \immediate\write16{} - \immediate\write16{***WARNING*** for users of Unix TeX 3.0!} + \immediate\write16{WARNING: for users of Unix TeX 3.0!} \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).} \immediate\write16{If you are running another version of TeX, relax.} \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.} -- cgit v1.2.3