diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
commit | 22780f70b0a868b2b458fa5177c8100498b4d2b2 (patch) | |
tree | 080f251c04b61d8c370432c8067002186955ff16 /Build/source/texk/web2c/mf.ch | |
parent | 2a08f5f488ae9ed06fa49478c2c386a7813f1228 (diff) |
bibtex: more dynamic memory allocation
git-svn-id: svn://tug.org/texlive/trunk@17536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mf.ch')
-rw-r--r-- | Build/source/texk/web2c/mf.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mf.ch b/Build/source/texk/web2c/mf.ch index 363cdfe6e4a..df4160cf6fa 100644 --- a/Build/source/texk/web2c/mf.ch +++ b/Build/source/texk/web2c/mf.ch @@ -2104,7 +2104,7 @@ print(" (base="); print(job_name); print_char(" "); @d setup_bound_var(#) == bound_default := #; setup_bound_var_end @d setup_bound_var_end(#) == bound_name := #; setup_bound_var_end_end @d setup_bound_var_end_end(#) == - setup_bound_variable (address_of (#), bound_name, bound_default); + setup_bound_variable (address_of (#), bound_name, bound_default) @p begin @!{|start_here|} {See comments in \.{tex.ch} for why the name has to be duplicated.} |