summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeX_mac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_mac.c b/Build/source/texk/web2c/xetexdir/XeTeX_mac.c
index 00576dc8d59..bf9fdeb98a4 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeX_mac.c
+++ b/Build/source/texk/web2c/xetexdir/XeTeX_mac.c
@@ -84,9 +84,8 @@ DoAATLayout(void* p, int justify)
CFIndex totalGlyphCount = 0;
UInt16* glyphIDs;
Fixed* glyphAdvances;
- void* glyph_info;
+ void* glyph_info = NULL;
FixedPoint* locations;
- Fixed lsUnit, lsDelta;
CGFloat width;
long txtLen;