summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/xetex.h
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2007-07-27 16:32:31 +0000
committerJonathan Kew <jfkthame@googlemail.com>2007-07-27 16:32:31 +0000
commitbdba3f35302c893676527d9fac8956d439a86884 (patch)
tree95ec62055f1c53d0f06ac5d770b2c024a0bbc4a9 /Build/source/texk/web2c/xetexdir/xetex.h
parentdc1f6f81442c5d3a149e1635c44a9cc95b33c8b2 (diff)
merged xetex-related fixes from branch2007 (r4517)
git-svn-id: svn://tug.org/texlive/trunk@4666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.h b/Build/source/texk/web2c/xetexdir/xetex.h
index 951ac4d7632..60ac046a0b8 100644
--- a/Build/source/texk/web2c/xetexdir/xetex.h
+++ b/Build/source/texk/web2c/xetexdir/xetex.h
@@ -63,8 +63,7 @@ void* getotassemblyptr(int f, int g); /* function in XeTeXOTMath.cpp */
#define dviopenout(f) open_dvi_output(&(f))
-#define casttoptr(x) (void*)(x)
-#define casttointeger(x) (long)(x)
+#define nullptr (NULL)
#define glyphinfobyte(p,k) ((unsigned char*)p)[k]
#define casttoushort(x) (unsigned short)(x)