From: Karl Berry Date: Sat, 16 Nov 1996 00:20:09 +0000 (+0000) Subject: (\value): Don't call \parsearg, @value takes a simple arg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c3abd61fb123fc7b34467d123084bf115a1f567;p=gcc.git (\value): Don't call \parsearg, @value takes a simple arg. From-SVN: r13181 --- diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex index 5b9e9eae9f4..702303fe318 100644 --- a/gcc/texinfo.tex +++ b/gcc/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 2.189 1996/11/09 23:37:11 karl Exp karl $ +%% $Id: texinfo.tex,v 2.190 1996/11/16 00:19:07 karl Exp karl $ % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, % 94, 95, 1996 Free Software Foundation, Inc. @@ -36,7 +36,7 @@ % This automatically updates the version number based on RCS. \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} -\deftexinfoversion$Revision: 2.189 $ +\deftexinfoversion$Revision: 2.190 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number @@ -893,7 +893,7 @@ where each line of input produces a line of output.} % \def\value{\begingroup \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR. - \parsearg\valuexxx} + \valuexxx} \def\valuexxx#1{% \expandafter\ifx\csname SET#1\endcsname\relax {\{No value for ``#1''\}}%