Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
1c3abd61
Commit
1c3abd61
authored
28 years ago
by
Karl Berry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(\value): Don't call \parsearg, @value takes a simple arg.
From-SVN: r13181
parent
208a3473
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/texinfo.tex
+3
-3
No files found.
gcc/texinfo.tex
View file @
1c3abd61
%% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 2.1
89 1996/11/09 23:37:11
karl Exp karl $
%% $Id: texinfo.tex,v 2.1
90 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
.
1
89
$
\deftexinfoversion
$
Revision:
2
.
1
90
$
\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''
\}
}
%
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment