summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/utils/avlstuff.c
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2009-06-25 13:05:10 +0000
committerTaco Hoekwater <taco@elvenkind.com>2009-06-25 13:05:10 +0000
commitebda2ab6e51fa44aa30c74edbc9e38c7c57622b0 (patch)
tree5af7d176515ac970be7154a6948e47fb21c6c7b8 /Build/source/texk/web2c/luatexdir/utils/avlstuff.c
parent2f80ae7fd3aeb0f81adc741f82109813846d82a4 (diff)
source files for luatex 0.40.6
git-svn-id: svn://tug.org/texlive/trunk@13958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/avlstuff.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/avlstuff.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/avlstuff.c b/Build/source/texk/web2c/luatexdir/utils/avlstuff.c
index 134f926ec75..e11d2edfa5f 100644
--- a/Build/source/texk/web2c/luatexdir/utils/avlstuff.c
+++ b/Build/source/texk/web2c/luatexdir/utils/avlstuff.c
@@ -19,13 +19,12 @@
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
#include "ptexlib.h"
-#include <stdarg.h>
#include <kpathsea/c-proto.h>
#include "avl.h"
static const char __svn_version[] =
- "$Id: avlstuff.c 2448 2009-06-08 07:43:50Z taco $ "
- "$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.40.5/source/texk/web2c/luatexdir/utils/avlstuff.c $";
+ "$Id: avlstuff.c 2599 2009-06-25 10:35:26Z taco $ "
+ "$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.40.6/source/texk/web2c/luatexdir/utils/avlstuff.c $";
static struct avl_table **PdfObjTree = NULL;