diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-03 13:01:31 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-03 13:01:31 +0000 |
commit | 4dc568b1e2c01476f34b6c014da3bc487b71aacf (patch) | |
tree | a6a389e1a3915bdc1b618eb2aeae27fd7f21b68a /Build/source/texk/web2c/luatexdir/font/tounicode.w | |
parent | 4a985ab4153e6ba130b801d4cec60709b0a44e47 (diff) |
Import LuaTeX snapshot 0.78.3
git-svn-id: svn://tug.org/texlive/trunk@32854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/tounicode.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/tounicode.w | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/tounicode.w b/Build/source/texk/web2c/luatexdir/font/tounicode.w index 3e5401e2525..e303e470fa4 100644 --- a/Build/source/texk/web2c/luatexdir/font/tounicode.w +++ b/Build/source/texk/web2c/luatexdir/font/tounicode.w @@ -20,8 +20,8 @@ @ @c static const char _svn_version[] = - "$Id: tounicode.w 4599 2013-03-19 15:41:07Z taco $" - "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/font/tounicode.w $"; + "$Id: tounicode.w 4643 2013-09-16 20:33:56Z hhenkel $" + "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/font/tounicode.w $"; #include "ptexlib.h" @@ -457,8 +457,8 @@ int write_tounicode(PDF pdf, char **glyph_names, char *name) int write_cid_tounicode(PDF pdf, fo_entry * fo, internal_font_number f) { - int range_size[65537]; - glyph_unicode_entry gtab[65537]; + static int range_size[65537]; + static glyph_unicode_entry gtab[65537]; int objnum; int i, j, k; int bfchar_count, bfrange_count, subrange_count; |