summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/utils
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2011-05-05 14:59:16 +0000
committerTaco Hoekwater <taco@elvenkind.com>2011-05-05 14:59:16 +0000
commit8cea5ff4b0216ab69be00a2fcef7f00acd84868b (patch)
treea2fc06b851f29303eb94bdf1ef8a1b7ddadefab7 /Build/source/texk/web2c/luatexdir/utils
parent573a4bfca168d1c77325143aa9bb7f39dcf2cd93 (diff)
final sources for luatex 0.70.0 (to be released tomorrow)
git-svn-id: svn://tug.org/texlive/trunk@22312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils')
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/utils.w8
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.w b/Build/source/texk/web2c/luatexdir/utils/utils.w
index 4acb9f2d9dd..2e5d533c20f 100644
--- a/Build/source/texk/web2c/luatexdir/utils/utils.w
+++ b/Build/source/texk/web2c/luatexdir/utils/utils.w
@@ -20,17 +20,13 @@
@ @c
static const char _svn_version[] =
- "$Id: utils.w 3779 2010-07-31 11:29:22Z oneiros $ "
- "$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.66.0/source/texk/web2c/luatexdir/utils/utils.w $";
+ "$Id: utils.w 4244 2011-05-05 09:31:30Z taco $ "
+ "$URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/utils/utils.w $";
@ @c
#include "openbsd-compat.h"
#include <kpathsea/config.h> /* this is a trick to load mingw32's io.h early,
using a macro redefinition of |eof()|. */
-#ifdef HAVE_ASPRINTF /* asprintf is not defined in openbsd-compat.h, but in stdio.h */
-# include <stdio.h>
-#endif
-
#include "sys/types.h"
#ifndef __MINGW32__
# include "sysexits.h"