diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h index 793a6c5a06b..ed7a2c78d5b 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h @@ -57,7 +57,7 @@ authorization from the copyright holders. #include "XeTeX_ext.h" extern "C" { - void *xmalloc(unsigned); // from kpathsea + void *xmalloc(size_t); // from kpathsea }; // Abstract superclass that XeTeXOTLayoutEngine uses; |