diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-06-25 13:05:10 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-06-25 13:05:10 +0000 |
commit | ebda2ab6e51fa44aa30c74edbc9e38c7c57622b0 (patch) | |
tree | 5af7d176515ac970be7154a6948e47fb21c6c7b8 /Build/source/texk/web2c/luatexdir/image/epdf.c | |
parent | 2f80ae7fd3aeb0f81adc741f82109813846d82a4 (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/image/epdf.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.c b/Build/source/texk/web2c/luatexdir/image/epdf.c index b021d8644ac..87611da1ee1 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.c +++ b/Build/source/texk/web2c/luatexdir/image/epdf.c @@ -20,13 +20,12 @@ #include "ptexlib.h" -#include <stdarg.h> #include <kpathsea/c-proto.h> #include <string.h> static const char _svn_version[] = - "$Id: epdf.c 2331 2009-04-18 16:39:50Z hhenkel $ " - "$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.40.5/source/texk/web2c/luatexdir/image/epdf.c $"; + "$Id: epdf.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/image/epdf.c $"; fd_entry *epdf_create_fontdescriptor(fm_entry * fm, int stemV) { |