summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/utils
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2009-05-08 14:05:36 +0000
committerTaco Hoekwater <taco@elvenkind.com>2009-05-08 14:05:36 +0000
commit847dd2c2b80b429e4ed54c704930ce3c5b32dec3 (patch)
tree1274cf3bee7d12d28f98cd6b4d6cdece736ecca5 /Build/source/texk/web2c/luatexdir/utils
parent885eedd3f48fa03875f20c49589f9db732782de3 (diff)
Here is luatex 0.40.1
git-svn-id: svn://tug.org/texlive/trunk@13007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils')
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.c b/Build/source/texk/web2c/luatexdir/utils/utils.c
index f6afa5687ae..a621d1e2448 100644
--- a/Build/source/texk/web2c/luatexdir/utils/utils.c
+++ b/Build/source/texk/web2c/luatexdir/utils/utils.c
@@ -42,15 +42,15 @@
#include "png.h"
#ifdef POPPLER_VERSION
#define xpdfString "poppler"
-#define xpdfVersion POPPLER_VERSION
#include "poppler-config.h"
+#define xpdfVersion POPPLER_VERSION
#else
#define xpdfString "xpdf"
#include "xpdf/config.h" /* just to get the xpdf version */
#endif
static const char __svn_version[] =
- "$Id: utils.c 2329 2009-04-18 14:25:30Z hhenkel $ "
+ "$Id: utils.c 2381 2009-05-08 11:52:01Z taco $ "
"$URL: http://scm.foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/utils/utils.c $";
#define check_nprintf(size_get, size_want) \