aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-06-24 13:49:32 +0200
committerPaul Eggert2016-06-24 13:51:08 +0200
commit63457dcfe0fe101d3db131c4b05823e8280b6bff (patch)
tree61011da009c5e0bb342d3c5a01e516cd08d97254 /doc
parentdc49db725e2d1648cbf1f94cef6131d42b13237b (diff)
downloademacs-63457dcfe0fe101d3db131c4b05823e8280b6bff.tar.gz
emacs-63457dcfe0fe101d3db131c4b05823e8280b6bff.zip
Update from gnulib
This incorporates: 2016-06-24 intprops: port better to GCC 7 2016-06-13 xalloc-oversized: port to GCC 7; fewer warnings * doc/misc/texinfo.tex, lib/xalloc-oversized.h, lib/intprops.h: Copy from gnulib.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/texinfo.tex38
1 files changed, 26 insertions, 12 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex
index e60dd170190..daa7055bbbc 100644
--- a/doc/misc/texinfo.tex
+++ b/doc/misc/texinfo.tex
@@ -3,7 +3,7 @@
3% Load plain if necessary, i.e., if running under initex. 3% Load plain if necessary, i.e., if running under initex.
4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5% 5%
6\def\texinfoversion{2016-06-07.21} 6\def\texinfoversion{2016-06-18.21}
7% 7%
8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5964,18 +5964,32 @@ end
5964 \global\advance\dimen@ by 1pt 5964 \global\advance\dimen@ by 1pt
5965 \repeat 5965 \repeat
5966 }% 5966 }%
5967 \multiply\dimen@ii by 4 5967 \ifdim2\ht1>\vsize
5968 \divide\dimen@ii by 5 5968 % The left column has come out longer than the page itself. (Note
5969 \ifdim\ht3<\dimen@ii 5969 % that we have doubled \vsize for the double columns, so
5970 % Column heights are too different, so don't make their bottoms 5970 % the actual height of the page is 0.5\vsize). Just split the last
5971 % flush with each other. The glue at the end of the second column 5971 % of the double column material roughly in half.
5972 % allows a second column to stretch, reducing the difference in 5972 \setbox2=\box0
5973 % height between the two. 5973 \setbox0 = \vsplit2 to \dimen@ii
5974 \setbox0=\vbox to\dimen@{\unvbox1\vfill}% 5974 \setbox0=\vbox to\dimen@ii{\unvbox0}%
5975 \setbox2=\vbox to\dimen@{\unvbox3\vskip 0pt plus 0.3\ht0}% 5975 \setbox2=\vbox to\dimen@ii{\unvbox2}%
5976 \else 5976 \else
5977 \setbox0=\vbox to\dimen@{\unvbox1}% 5977 \multiply\dimen@ii by 5
5978 \setbox2=\vbox to\dimen@{\unvbox3}% 5978 \divide\dimen@ii by 4
5979 \global\setbox3 = \copy0
5980 \global\setbox1 = \vsplit3 to \dimen@ii
5981 \global\setbox\balancedcolumns=\vbox{\pagesofar}%
5982 \ifdim\ht3<\dimen@ii
5983 % Column heights are too different, so don't make their bottoms
5984 % flush with each other. The glue at the end of the second column
5985 % allows a second column to stretch, reducing the difference in
5986 % height between the two.
5987 \setbox0=\vbox to\dimen@{\unvbox1\vfill}%
5988 \setbox2=\vbox to\dimen@{\unvbox3\vskip 0pt plus 0.3\ht0}%
5989 \else
5990 \setbox0=\vbox to\dimen@{\unvbox1}%
5991 \setbox2=\vbox to\dimen@{\unvbox3}%
5992 \fi
5979 \fi 5993 \fi
5980 \fi 5994 \fi
5981 % 5995 %