summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/dvipdfmx.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-29 07:10:49 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2014-07-29 07:10:49 +0000
commit117d1038285bced4517dbc0313a0bb3f799961ed (patch)
treed1e82b97f0942e0a94a550b9a2792235df6c40d3 /Build/source/texk/dvipdfm-x/dvipdfmx.c
parent2c82e6c5f9624187e7abd78c1bfd66663b72deaf (diff)
Rename is_xetex to is_xdv
git-svn-id: svn://tug.org/texlive/trunk@34766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/dvipdfmx.c')
-rw-r--r--Build/source/texk/dvipdfm-x/dvipdfmx.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvipdfmx.c b/Build/source/texk/dvipdfm-x/dvipdfmx.c
index 3f29ab5dec5..1fd33f64959 100644
--- a/Build/source/texk/dvipdfm-x/dvipdfmx.c
+++ b/Build/source/texk/dvipdfm-x/dvipdfmx.c
@@ -63,11 +63,11 @@
#include "error.h"
+int is_xdv = 0;
+
#ifdef XETEX
-int is_xetex = 1;
const char *my_name = "xdvipdfmx";
#else
-int is_xetex = 0;
const char *my_name = "dvipdfmx";
#endif
@@ -153,8 +153,9 @@ show_version (void)
printf ("This is %s Version " VERSION " by the DVIPDFMx project team,\n",
my_name);
printf ("modified for TeX Live,\n");
- if (is_xetex)
- printf ("an extended version of DVIPDFMx, which in turn was\n");
+#ifdef XETEX
+ printf ("an extended version of DVIPDFMx, which in turn was\n");
+#endif
printf ("an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.\n");
printf ("\nCopyright (C) 2002-2014 the DVIPDFMx project team\n");
printf ("Copyright (C) 2006 SIL International.\n");