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
9552c38e
Commit
9552c38e
authored
Jun 05, 1997
by
Karl Berry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(\uref): Write real definition, taking one mandatory argument and one
optional one. From-SVN: r14153
parent
913db40d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
gcc/texinfo.tex
+17
-5
No files found.
gcc/texinfo.tex
View file @
9552c38e
%% TeX macros to handle Texinfo files.
%% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 2.202 1997/06/04 21:4
6:06 karl Exp
$
%% $Id: texinfo.tex,v 2.202 1997/06/04 21:4
7:40 karl Exp karl
$
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 96, 97 Free Software Foundation, Inc.
% 94, 95, 96, 97 Free Software Foundation, Inc.
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
% This automatically updates the version number based on RCS.
% This automatically updates the version number based on RCS.
\def\deftexinfoversion
$
#
1
: #
2
${
\def\texinfoversion
{
#2
}}
\def\deftexinfoversion
$
#
1
: #
2
${
\def\texinfoversion
{
#2
}}
\deftexinfoversion
$
Revision:
2
.
20
0
$
\deftexinfoversion
$
Revision:
2
.
20
2
$
\message
{
Loading texinfo package [Version
\texinfoversion
]:
}
\message
{
Loading texinfo package [Version
\texinfoversion
]:
}
% If in a .fmt file, print the version number
% If in a .fmt file, print the version number
...
@@ -1338,13 +1338,25 @@ where each line of input produces a line of output.}
...
@@ -1338,13 +1338,25 @@ where each line of input produces a line of output.}
\else
{
\tclose
{
\ttsl\look
}}
\fi
\else
{
\tclose
{
\ttsl\look
}}
\fi
\else
{
\tclose
{
\ttsl\look
}}
\fi
}
\else
{
\tclose
{
\ttsl\look
}}
\fi
}
% @url, @
uref, @
email. Quotes do not seem necessary.
% @url, @email. Quotes do not seem necessary.
\let\url
=
\code
% perhaps include a hypertex \special eventually
\let\url
=
\code
% perhaps include a hypertex \special eventually
\let\uref
=
\code
% rms does not like the angle brackets --karl, 17may97.
% rms does not like the angle brackets --karl, 17may97.
%\def\email#1{$\langle${\tt #1}$\rangle$}
%\def\email#1{$\langle${\tt #1}$\rangle$}
\let\email
=
\code
\let\email
=
\code
% @uref (abbreviation for `urlref') takes an optional second argument
% specifying the text to display. First (mandatory) arg is the url.
%
\def\uref
#
1
{
\urefxxx
#
1
,,
\finish
}
\def\urefxxx
#
1
,#
2
,#
3
\finish
{
%
\setbox
0
=
\hbox
{
\ignorespaces
#
2
}
%
\ifdim\wd
0
>
0
pt
\unhbox
0
\
(
\code
{
#
1
}
)
%
\else
\code
{
#
1
}
%
\fi
}
% Check if we are currently using a typewriter font. Since all the
% Check if we are currently using a typewriter font. Since all the
% Computer Modern typewriter fonts have zero interword stretch (and
% Computer Modern typewriter fonts have zero interword stretch (and
% shrink), and it is reasonable to expect all typewriter fonts to have
% shrink), and it is reasonable to expect all typewriter fonts to have
...
@@ -2089,7 +2101,7 @@ July\or August\or September\or October\or November\or December\fi
...
@@ -2089,7 +2101,7 @@ July\or August\or September\or October\or November\or December\fi
\global\colcount
=
0
\relax
}}
\global\colcount
=
0
\relax
}}
}
}
\def\set
m
ultitablespacing
{
% test to see if user has set \multitablelinespace.
\def\setultitablespacing
{
% test to see if user has set \multitablelinespace.
% If so, do nothing. If not, give it an appropriate dimension based on
% If so, do nothing. If not, give it an appropriate dimension based on
% current baselineskip.
% current baselineskip.
\ifdim\multitablelinespace
=
0
pt
\ifdim\multitablelinespace
=
0
pt
...
...
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