diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.defines')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.defines | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.defines b/Build/source/texk/web2c/xetexdir/xetex.defines index 4f15814a3a3..c854df94519 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.defines +++ b/Build/source/texk/web2c/xetexdir/xetex.defines @@ -1,10 +1,10 @@ { /****************************************************************************\ Part of the XeTeX typesetting system - copyright (c) 1994-2008 by SIL International - copyright (c) 2009 by Jonathan Kew + Copyright (c) 1994-2008 by SIL International + Copyright (c) 2009 by Jonathan Kew - Written by Jonathan Kew + SIL Author(s): Jonathan Kew Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -115,6 +115,7 @@ authorization from the copyright holders. @define function getotassemblyptr(); @define function getotmathitalcorr(); @define function getotmathaccentpos(); +@define function getotmathkern(); @define function otpartcount(); @define function otpartglyph(); @@ -145,8 +146,8 @@ authorization from the copyright holders. @define function deref(); -@define function X2Fix(); -@define function Fix2X(); +@define function D2Fix(); +@define function Fix2D(); @define function findpicfile(); @define function picpathbyte(); |