diff options
author | Martin Schröder <martin@oneiros.de> | 2008-01-06 18:17:18 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-01-06 18:17:18 +0000 |
commit | a14979d61d41f4cbff653b5b6760d1b4ef053e3a (patch) | |
tree | b92b8cdcb881f35f0939097eaee5684de67dc046 /Build/source/texk/web2c/pdftexdir/pdftex.ch | |
parent | cb47f09c0c8e2d04376bd63fb0a75bbef802ab9b (diff) |
Fix compile breakage introduced in r6024
git-svn-id: svn://tug.org/texlive/trunk@6065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.ch')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.ch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.ch b/Build/source/texk/web2c/pdftexdir/pdftex.ch index e17291480c1..5785d479f71 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.ch +++ b/Build/source/texk/web2c/pdftexdir/pdftex.ch @@ -1,5 +1,5 @@ % -% Copyright (c) 1996-2007 Han The Thanh, <thanh@pdftex.org> +% Copyright (c) 1996-2008 Han The Thanh, <thanh@pdftex.org> % % This file is part of pdfTeX. % @@ -17,7 +17,7 @@ % pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin % Street, Fifth Floor, Boston, MA 02110-1301 USA. % -% $Id: pdftex.ch 114 2007-05-23 18:23:49Z ms $ +% $Id: pdftex.ch 330 2008-01-06 17:01:05Z oneiros $ % @x [0.0] l.83 - WEAVE: we want the whole file \def\?##1]{\hbox{Changes to \hbox to 1em{\hfil##1}.\ }} @@ -298,9 +298,11 @@ undump_things(font_check[null_font], font_ptr+1-null_font); @x [51.1] setup_bound_var (0)('hash_extra')(hash_extra); + setup_bound_var (10000)('expand_depth')(expand_depth); @y setup_bound_var (0)('hash_extra')(hash_extra); + setup_bound_var (10000)('expand_depth')(expand_depth); setup_bound_var (72)('pk_dpi')(pk_dpi); @z |