diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-04-12 14:17:47 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-04-12 14:17:47 +0000 |
commit | 307453997ef030ec4dfa1e876feaf0b8b8125bab (patch) | |
tree | ab2054693ba95e9ac8f6e3478b4d0175d893329f /Build/source/texk/web2c/luatexdir/tex/mainbody.h | |
parent | d95b11a25d3d9e17cc4afb9c8713ef4037567527 (diff) |
check in luatex 0.66.0
git-svn-id: svn://tug.org/texlive/trunk@22059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mainbody.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/mainbody.h | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mainbody.h b/Build/source/texk/web2c/luatexdir/tex/mainbody.h index 93794932cc9..98434521776 100644 --- a/Build/source/texk/web2c/luatexdir/tex/mainbody.h +++ b/Build/source/texk/web2c/luatexdir/tex/mainbody.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: mainbody.h 3612 2010-04-13 09:29:42Z taco $ */ +/* $Id: mainbody.h 3911 2010-10-16 07:28:11Z taco $ */ #ifndef MAINBODY_H # define MAINBODY_H @@ -37,7 +37,7 @@ in production versions of \TeX. @^system dependencies@> */ -# define ssup_max_strings 262143 +# define ssup_max_strings 2097151 # define inf_max_strings 100000 # define sup_max_strings ssup_max_strings @@ -54,7 +54,7 @@ in production versions of \TeX. # define sup_max_in_open 127 # define inf_param_size 60 -# define sup_param_size 6000 +# define sup_param_size 32767 # define inf_save_size 600 # define sup_save_size 80000 @@ -68,15 +68,8 @@ in production versions of \TeX. # define sup_hash_extra sup_max_strings # define inf_hash_extra 0 -# define sup_ocp_list_size 1000000 -# define inf_ocp_list_size 1000 -# define sup_ocp_buf_size 100000000 -# define inf_ocp_buf_size 1000 -# define sup_ocp_stack_size 1000000 -# define inf_ocp_stack_size 1000 - # define inf_expand_depth 100 -# define sup_expand_depth 1000000 +# define sup_expand_depth 10000000 # include <stdio.h> @@ -136,9 +129,6 @@ extern char *bound_name; extern int error_line; extern int half_error_line; extern int max_print_line; -extern int ocp_list_size; -extern int ocp_buf_size; -extern int ocp_stack_size; extern int max_strings; extern int strings_free; extern int font_k; |