summaryrefslogtreecommitdiff
path: root/gcc/doc/include
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-07 22:55:06 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-07 22:55:06 +0000
commit4d170403fc054af5eee8e7483dbbe633175354d9 (patch)
treedb7ae6bd1bb61a7a604ec522bc20a4634fbf220f /gcc/doc/include
parent2b5fb6fb926d937f5b8abf1f4d406f3173795ee8 (diff)
downloadgcc-4d170403fc054af5eee8e7483dbbe633175354d9.tar.gz
* doc/include/texinfo.tex: Update to version 2008-03-07.10.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/include')
-rw-r--r--gcc/doc/include/texinfo.tex17
1 files changed, 11 insertions, 6 deletions
diff --git a/gcc/doc/include/texinfo.tex b/gcc/doc/include/texinfo.tex
index 1f8becb1598..790673c3e56 100644
--- a/gcc/doc/include/texinfo.tex
+++ b/gcc/doc/include/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{2008-02-04.16}
+\def\texinfoversion{2008-03-07.10}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -917,16 +917,21 @@ where each line of input produces a line of output.}
\temp
}
-% @include file insert text of that file as input.
+% @include FILE -- \input text of FILE.
%
\def\include{\parseargusing\filenamecatcodes\includezzz}
\def\includezzz#1{%
\pushthisfilestack
\def\thisfile{#1}%
{%
- \makevalueexpandable
- \input #1
- }%
+ \makevalueexpandable % we want to expand any @value in FILE.
+ \turnoffactive % and allow special characters in the expansion
+ \edef\temp{\noexpand\input #1 }%
+ %
+ % This trickery is to read FILE outside of a group, in case it makes
+ % definitions, etc.
+ \expandafter
+ }\temp
\popthisfilestack
}
\def\filenamecatcodes{%
@@ -5725,7 +5730,7 @@ end
\let\/=\ptexslash
\let\*=\ptexstar
\let\t=\ptext
- \expandafter \let\csname top \endcsname=\ptextop % outer
+ \expandafter \let\csname top\endcsname=\ptextop % outer
\let\frenchspacing=\plainfrenchspacing
%
\def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%