diff options
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/writet1.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.h | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/avlstuff.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpost.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/otp2ocp.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/outocp.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/routines.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 7 | ||||
-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/epdf.h | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ttf2afm.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/writet1.c | 1 |
17 files changed, 24 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 0ff5ee5d2f7..3612c15180d 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,8 @@ +2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * font/writet1.c, image/epdf.[ch], utils/avlstuff.c: + remove #include <kpathsea/c-proto.h>. + 2009-06-25 Taco Hoekwater <taco@luatex.org> * luatexdir: import of luatex release 0.40.6. diff --git a/Build/source/texk/web2c/luatexdir/font/writet1.c b/Build/source/texk/web2c/luatexdir/font/writet1.c index 5768822cc2a..c9c2dacc3d8 100644 --- a/Build/source/texk/web2c/luatexdir/font/writet1.c +++ b/Build/source/texk/web2c/luatexdir/font/writet1.c @@ -19,7 +19,6 @@ with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ #include "ptexlib.h" -#include <kpathsea/c-proto.h> #include <string.h> #include "luatex-api.h" diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.c b/Build/source/texk/web2c/luatexdir/image/epdf.c index 87611da1ee1..585b0fa8bfc 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.c +++ b/Build/source/texk/web2c/luatexdir/image/epdf.c @@ -20,7 +20,6 @@ #include "ptexlib.h" -#include <kpathsea/c-proto.h> #include <string.h> static const char _svn_version[] = diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h index 2b384d9ce5e..639b2640af1 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.h +++ b/Build/source/texk/web2c/luatexdir/image/epdf.h @@ -28,8 +28,6 @@ extern "C" { /* the following code is extremly ugly but needed for including web2c/config.h */ -#include <kpathsea/c-proto.h> /* define P?H macros */ - typedef const char *const_string; /* including kpathsea/types.h doesn't work on some systems */ #define KPATHSEA_CONFIG_H /* avoid including other kpathsea header files */ diff --git a/Build/source/texk/web2c/luatexdir/utils/avlstuff.c b/Build/source/texk/web2c/luatexdir/utils/avlstuff.c index e11d2edfa5f..5c01142fd59 100644 --- a/Build/source/texk/web2c/luatexdir/utils/avlstuff.c +++ b/Build/source/texk/web2c/luatexdir/utils/avlstuff.c @@ -19,7 +19,6 @@ with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ #include "ptexlib.h" -#include <kpathsea/c-proto.h> #include "avl.h" static const char __svn_version[] = diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 439038f90b9..3ab33e74af4 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,8 @@ +2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * mpost.w: add KPSEDLL to declaration of + kpathsea_version_string. + 2009-06-25 Taco Hoekwater <taco@elvenkind.com> * Released version of MPLib 1.204 @@ -22,7 +27,7 @@ 2009-05-25 Peter Breitenlohner <peb@mppmu.mpg.de> - * am/.am (install-exec-hook, uninstall-hook): new targets + * am/mplib.am (install-exec-hook, uninstall-hook): new targets to (un)install dvitomp symlink. 2009-05-13 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/web2c/mplibdir/mpost.w b/Build/source/texk/web2c/mplibdir/mpost.w index 395794dec16..ddafb427cf7 100644 --- a/Build/source/texk/web2c/mplibdir/mpost.w +++ b/Build/source/texk/web2c/mplibdir/mpost.w @@ -53,7 +53,7 @@ have our customary command-line interface. #include <process.h> #endif #include <kpathsea/kpathsea.h> -extern char *kpathsea_version_string; +extern KPSEDLL char *kpathsea_version_string; @= /*@@null@@*/ @> static char *mpost_tex_program = NULL; static int debug = 0; /* debugging for makempx */ #ifdef WIN32 diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog index f7cfc750a25..44691d2a593 100644 --- a/Build/source/texk/web2c/otps/ChangeLog +++ b/Build/source/texk/web2c/otps/ChangeLog @@ -1,3 +1,8 @@ +2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * otp2ocp.c, outocp.c, routines.c: + removed #include <kpathsea/c-proto.h>. + 2009-06-17 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS): enable compiler warnings. diff --git a/Build/source/texk/web2c/otps/otp2ocp.c b/Build/source/texk/web2c/otps/otp2ocp.c index 4037fc21e9e..1a44fd3e942 100644 --- a/Build/source/texk/web2c/otps/otp2ocp.c +++ b/Build/source/texk/web2c/otps/otp2ocp.c @@ -25,7 +25,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> diff --git a/Build/source/texk/web2c/otps/outocp.c b/Build/source/texk/web2c/otps/outocp.c index 0b8447877b5..be2fe297018 100644 --- a/Build/source/texk/web2c/otps/outocp.c +++ b/Build/source/texk/web2c/otps/outocp.c @@ -24,7 +24,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> diff --git a/Build/source/texk/web2c/otps/routines.c b/Build/source/texk/web2c/otps/routines.c index d22f304ba16..58b47153021 100644 --- a/Build/source/texk/web2c/otps/routines.c +++ b/Build/source/texk/web2c/otps/routines.c @@ -24,7 +24,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include "routines.h" #include "otp.h" diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index b373d8ebc41..b2b01cef3cd 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,10 @@ +2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * epdf.h, ttf2afm.c, writet1.c: + removed #include <kpathsea/c-proto.h>. + * avlstuff.c, epdf.c: removed #include <kpathsea/c-proto.h> and + #include <stdarg.h>. + 2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de> * avlstuff.c, epdf.c, ttf2afm.c, writet1.c: #include <stdarg.h>, diff --git a/Build/source/texk/web2c/pdftexdir/avlstuff.c b/Build/source/texk/web2c/pdftexdir/avlstuff.c index 337dee1185f..59abcab1db5 100644 --- a/Build/source/texk/web2c/pdftexdir/avlstuff.c +++ b/Build/source/texk/web2c/pdftexdir/avlstuff.c @@ -19,8 +19,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ptexlib.h" -#include <stdarg.h> -#include <kpathsea/c-proto.h> #include "avl.h" static struct avl_table *PdfObjTree[pdfobjtypemax + 1] = diff --git a/Build/source/texk/web2c/pdftexdir/epdf.c b/Build/source/texk/web2c/pdftexdir/epdf.c index 68231214702..9167e7a7b07 100644 --- a/Build/source/texk/web2c/pdftexdir/epdf.c +++ b/Build/source/texk/web2c/pdftexdir/epdf.c @@ -19,8 +19,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ptexlib.h" -#include <stdarg.h> -#include <kpathsea/c-proto.h> #include <string.h> extern void epdf_check_mem(void); diff --git a/Build/source/texk/web2c/pdftexdir/epdf.h b/Build/source/texk/web2c/pdftexdir/epdf.h index 51da50cc2b7..8255639167c 100644 --- a/Build/source/texk/web2c/pdftexdir/epdf.h +++ b/Build/source/texk/web2c/pdftexdir/epdf.h @@ -27,8 +27,6 @@ extern "C" { /* the following code is extremly ugly but needed for including web2c/config.h */ -#include <kpathsea/c-proto.h> /* define P?H macros */ - typedef const char *const_string; /* including kpathsea/types.h doesn't work on some systems */ #define KPATHSEA_CONFIG_H /* avoid including other kpathsea header files */ diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index 473fa8c5b49..482ca875db5 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -23,7 +23,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #include <kpathsea/c-fopen.h> #include <kpathsea/c-limits.h> #include <kpathsea/c-memstr.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-unistd.h> #include <stdarg.h> diff --git a/Build/source/texk/web2c/pdftexdir/writet1.c b/Build/source/texk/web2c/pdftexdir/writet1.c index 0fe1be2f6f9..72a4e85e90b 100644 --- a/Build/source/texk/web2c/pdftexdir/writet1.c +++ b/Build/source/texk/web2c/pdftexdir/writet1.c @@ -20,7 +20,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #include "ptexlib.h" #include <stdarg.h> -#include <kpathsea/c-proto.h> #include <string.h> #define t1_log(str) tex_printf("%s",str) |