summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-08-20 10:46:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-08-20 10:46:22 +0000
commit418eab4ae66c2d3f4d636feda4aa6e61bffad7f2 (patch)
tree68bcb3aaa4a67a9b58d5ec79bc62af9fe85e4fc0 /Build/source/texk/dvipdfm-x/config.h.in
parent53c39c070e16923aa7b27141d330883eee19f7eb (diff)
texk/dvipdfm-x: Simplify handling of DVI commands. Clarify signed vs unsigned four byte numbers
git-svn-id: svn://tug.org/texlive/trunk@34990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/config.h.in')
-rw-r--r--Build/source/texk/dvipdfm-x/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/config.h.in b/Build/source/texk/dvipdfm-x/config.h.in
index f7d6d1ef177..d54ff0ec454 100644
--- a/Build/source/texk/dvipdfm-x/config.h.in
+++ b/Build/source/texk/dvipdfm-x/config.h.in
@@ -250,6 +250,10 @@
#undef inline
#endif
+/* Define to the type of a signed integer type of width exactly 32 bits if
+ such a type exists and the standard includes do not define it. */
+#undef int32_t
+
/* Define to the type of a signed integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef int64_t