diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/avlstuff.c | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/epdf.c | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ttf2afm.c | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/writet1.c | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 502096b0199..b373d8ebc41 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,8 @@ +2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de> + + * avlstuff.c, epdf.c, ttf2afm.c, writet1.c: #include <stdarg.h>, + not <kpathsea/c-vararg.h>. + 2009-06-04 Karl Berry <karl@tug.org> * am/pdftex.am (pdftex_LDADD): add libpdftex.a here. diff --git a/Build/source/texk/web2c/pdftexdir/avlstuff.c b/Build/source/texk/web2c/pdftexdir/avlstuff.c index 648bc9c4abf..337dee1185f 100644 --- a/Build/source/texk/web2c/pdftexdir/avlstuff.c +++ b/Build/source/texk/web2c/pdftexdir/avlstuff.c @@ -19,7 +19,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ptexlib.h" -#include <kpathsea/c-vararg.h> +#include <stdarg.h> #include <kpathsea/c-proto.h> #include "avl.h" diff --git a/Build/source/texk/web2c/pdftexdir/epdf.c b/Build/source/texk/web2c/pdftexdir/epdf.c index 807db6fb714..68231214702 100644 --- a/Build/source/texk/web2c/pdftexdir/epdf.c +++ b/Build/source/texk/web2c/pdftexdir/epdf.c @@ -19,7 +19,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ptexlib.h" -#include <kpathsea/c-vararg.h> +#include <stdarg.h> #include <kpathsea/c-proto.h> #include <string.h> diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index aaf13925b4d..473fa8c5b49 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -26,7 +26,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-unistd.h> -#include <kpathsea/c-vararg.h> +#include <stdarg.h> #include <kpathsea/getopt.h> */ #include <kpathsea/kpathsea.h> diff --git a/Build/source/texk/web2c/pdftexdir/writet1.c b/Build/source/texk/web2c/pdftexdir/writet1.c index 820db2804c1..0fe1be2f6f9 100644 --- a/Build/source/texk/web2c/pdftexdir/writet1.c +++ b/Build/source/texk/web2c/pdftexdir/writet1.c @@ -19,7 +19,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ptexlib.h" -#include <kpathsea/c-vararg.h> +#include <stdarg.h> #include <kpathsea/c-proto.h> #include <string.h> |